From 40e23f209ab497ae52be6f103de265d2d48ce4c6 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Thu, 17 Dec 2020 16:05:12 -0800 Subject: [PATCH] pagekite: Use common styling for custom services Signed-off-by: Sunil Mohan Adapa Reviewed-by: Veiko Aasa --- .../templates/pagekite_configure.html | 20 ++++--------------- 1 file changed, 4 insertions(+), 16 deletions(-) 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 %}