diff --git a/plinth/modules/pagekite/templates/pagekite_configure.html b/plinth/modules/pagekite/templates/pagekite_configure.html index ff79101e7..7a213c8c9 100644 --- a/plinth/modules/pagekite/templates/pagekite_configure.html +++ b/plinth/modules/pagekite/templates/pagekite_configure.html @@ -7,18 +7,6 @@ {% load i18n %} {% load static %} -{% block page_head %} - -{% endblock %} - {% block configuration %} {{ block.super }} @@ -33,10 +21,10 @@ {% if custom_services %} -
+
{% for service in custom_services %} -
- +
+ {% if service.url|slice:":4" == "http" %} {{ service.url }} @@ -49,7 +37,7 @@ {% endblocktrans %} -
{% csrf_token %}