mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
first_boot: Remove Networks button, add link to text
This commit is contained in:
parent
62c46b4186
commit
89ceb98273
@ -41,15 +41,12 @@
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
<p>
|
<p>
|
||||||
|
{% url 'networks:index' as networks_url %}
|
||||||
{% blocktrans trimmed %}
|
{% blocktrans trimmed %}
|
||||||
You may want to check the network setup and modify it if necessary.
|
You may want to check the <a href="{{ networks_url }}">network
|
||||||
|
setup</a> and modify it if necessary.
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="text-center">
|
|
||||||
<a class="btn btn-lg btn-primary" href="{% url 'networks:index' %}">
|
|
||||||
{% trans "Go to Networks" %}</a>
|
|
||||||
</div>
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user