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 %} +
+ {% 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 %} -
+ {% endblock %} {% block page_js %}