From ce7f101830a01e51fb2f7f948232d0b245aa8070 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Mon, 18 Jun 2018 19:21:52 +0530 Subject: [PATCH] pagekite: Remove unnecessary column sizing Signed-off-by: Manish Tripathy Signed-off-by: Sunil Mohan Adapa Reviewed-by: Sunil Mohan Adapa --- .../templates/pagekite_firstboot.html | 65 +++++++++---------- 1 file changed, 31 insertions(+), 34 deletions(-) diff --git a/plinth/modules/pagekite/templates/pagekite_firstboot.html b/plinth/modules/pagekite/templates/pagekite_firstboot.html index 081261c36..5c7dcd1e3 100644 --- a/plinth/modules/pagekite/templates/pagekite_firstboot.html +++ b/plinth/modules/pagekite/templates/pagekite_firstboot.html @@ -22,45 +22,42 @@ {% load i18n %} {% load static %} -{% block content_row %} +{% block content %} +

{% trans "Setup a freedombox.me subdomain with your voucher" %}

-
-

{% trans "Setup a freedombox.me subdomain with your voucher" %}

+

+ {% url 'pagekite:firstboot-skip' as finish_firstboot_url %} + {% blocktrans trimmed %} + Skip this step if you + do not have a voucher or want to configure PageKite later with a + different domain or credentials. + {% endblocktrans %} +

-

- {% url 'pagekite:firstboot-skip' as finish_firstboot_url %} - {% blocktrans trimmed %} - Skip this step if you - do not have a voucher or want to configure PageKite later with a - different domain or credentials. - {% endblocktrans %} -

+

+ {% blocktrans trimmed %} + You can use an already redeemed voucher but it will only work + with the initially registered subdomain. + {% endblocktrans %} +

-

- {% blocktrans trimmed %} - You can use an already redeemed voucher but it will only work - with the initially registered subdomain. - {% endblocktrans %} -

+
+ {% csrf_token %} - - {% csrf_token %} - - {{ form|bootstrap_horizontal:'col-lg-3' }} -
-
- - - {% trans "Skip Registration" %} - -
+ {{ form|bootstrap_horizontal:'col-lg-3' }} +
+
+ + + {% trans "Skip Registration" %} +
- -
+
+ {% endblock %} {% block page_js %}