first_boot: Remove Networks button, add link to text

This commit is contained in:
James Valleroy 2017-05-16 00:16:34 -04:00
parent 62c46b4186
commit 89ceb98273
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -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>