mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
first_boot: Remove unnecessary content sizing
Signed-off-by: Manish Tripathy <manisht@thougtworks.com> Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
8cab17e360
commit
e43df173ca
@ -21,33 +21,29 @@
|
|||||||
{% load bootstrap %}
|
{% load bootstrap %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block content_row %}
|
{% block content %}
|
||||||
|
|
||||||
<div class="col-lg-6 col-lg-offset-3">
|
<h2>{% trans "Setup Complete!" %}</h2>
|
||||||
{% include 'messages.html' %}
|
|
||||||
|
|
||||||
<h2>{% trans "Setup Complete!" %}</h2>
|
<p>
|
||||||
|
{% blocktrans trimmed %}
|
||||||
|
Without any apps, your {{ box_name }} cannot do very much.
|
||||||
|
{% endblocktrans %}
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>
|
<div class="text-center">
|
||||||
{% blocktrans trimmed %}
|
<a class="btn btn-lg btn-primary" href="{% url 'apps' %}">
|
||||||
Without any apps, your {{ box_name }} cannot do very much.
|
{% trans "Install Apps" %}</a>
|
||||||
{% endblocktrans %}
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<div class="text-center">
|
|
||||||
<a class="btn btn-lg btn-primary" href="{% url 'apps' %}">
|
|
||||||
{% trans "Install Apps" %}</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
<p>
|
|
||||||
{% url 'networks:index' as networks_url %}
|
|
||||||
{% blocktrans trimmed %}
|
|
||||||
You may want to check the <a href="{{ networks_url }}">network
|
|
||||||
setup</a> and modify it if necessary.
|
|
||||||
{% endblocktrans %}
|
|
||||||
</p>
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<p>
|
||||||
|
{% url 'networks:index' as networks_url %}
|
||||||
|
{% blocktrans trimmed %}
|
||||||
|
You may want to check the <a href="{{ networks_url }}">network
|
||||||
|
setup</a> and modify it if necessary.
|
||||||
|
{% endblocktrans %}
|
||||||
|
</p>
|
||||||
|
</p>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
@ -30,7 +30,7 @@
|
|||||||
</style>
|
</style>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content_row %}
|
{% block content %}
|
||||||
<p class="text-center">
|
<p class="text-center">
|
||||||
<img src="{% static 'theme/img/FreedomBox-logo-standard.png' %}"
|
<img src="{% static 'theme/img/FreedomBox-logo-standard.png' %}"
|
||||||
alt="{{ box_name }}" width="640"/>
|
alt="{{ box_name }}" width="640"/>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user