mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +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 i18n %}
|
||||
|
||||
{% block content_row %}
|
||||
{% block content %}
|
||||
|
||||
<div class="col-lg-6 col-lg-offset-3">
|
||||
{% include 'messages.html' %}
|
||||
<h2>{% trans "Setup Complete!" %}</h2>
|
||||
|
||||
<h2>{% trans "Setup Complete!" %}</h2>
|
||||
<p>
|
||||
{% blocktrans trimmed %}
|
||||
Without any apps, your {{ box_name }} cannot do very much.
|
||||
{% endblocktrans %}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
{% blocktrans trimmed %}
|
||||
Without any apps, your {{ box_name }} cannot do very much.
|
||||
{% 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 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>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
</style>
|
||||
{% endblock %}
|
||||
|
||||
{% block content_row %}
|
||||
{% block content %}
|
||||
<p class="text-center">
|
||||
<img src="{% static 'theme/img/FreedomBox-logo-standard.png' %}"
|
||||
alt="{{ box_name }}" width="640"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user