pagekite: Remove unnecessary column 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:21:52 +05:30
parent 63502f102b
commit ce7f101830
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -22,9 +22,7 @@
{% load i18n %} {% load i18n %}
{% load static %} {% load static %}
{% block content_row %} {% block content %}
<div class="col-md-6 col-md-offset-3">
<h2>{% trans "Setup a freedombox.me subdomain with your voucher" %}</h2> <h2>{% trans "Setup a freedombox.me subdomain with your voucher" %}</h2>
<p> <p>
@ -60,7 +58,6 @@
</div> </div>
</div> </div>
</form> </form>
</div>
{% endblock %} {% endblock %}
{% block page_js %} {% block page_js %}