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,10 +21,7 @@
{% load bootstrap %} {% load bootstrap %}
{% load i18n %} {% 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>
@ -48,6 +45,5 @@
{% endblocktrans %} {% endblocktrans %}
</p> </p>
</p> </p>
</div>
{% endblock %} {% endblock %}

View File

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