first-boot: state0: update text and button

This commit is contained in:
fonfon 2015-10-21 13:54:09 +00:00 committed by Sunil Mohan Adapa
parent 6ee545023d
commit 23aee97ea9

View File

@ -40,19 +40,15 @@
alt="FreedomBox" width="640"/>
</p>
<h3 class="text-center">
{% trans "Congratulations! Your FreedomBox is up and running!" %}
</h3>
<p class="text-center">
{% blocktrans trimmed %}
Please provide the following basic information to complete the
setup process.
{% endblocktrans %}
</p>
<p class="text-center">
<a href="{% url 'first_boot:state1' %}"
class="btn btn-primary btn-large">{% trans "Next" %}</a>
class="btn btn-primary btn-lg">{% trans "Start Setup" %}</a>
</p>
<p class="text-center" style="font-size: larger">
{% blocktrans trimmed with box_name=cfg.box_name %}
To complete the setup of your {{ box_name }}, please provide
some basic information.
{% endblocktrans %}
</p>
{% endblock %}