mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-11 08:23:49 +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>
|
||||
{% url 'networks:index' as networks_url %}
|
||||
{% 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 %}
|
||||
</p>
|
||||
|
||||
<div class="text-center">
|
||||
<a class="btn btn-lg btn-primary" href="{% url 'networks:index' %}">
|
||||
{% trans "Go to Networks" %}</a>
|
||||
</div>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user