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:
Sunil Mohan Adapa 2018-06-18 19:43:17 +05:30
parent 8cab17e360
commit e43df173ca
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2
2 changed files with 21 additions and 25 deletions

View File

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

View File

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