From 71ccb5882b7a260d2416e2cf4bc5783915b041a6 Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Wed, 20 Nov 2019 05:55:21 +0530 Subject: [PATCH] pagekite: Make Custom Services look like it's under Configuration Signed-off-by: Joseph Nuthalapati --- plinth/modules/pagekite/templates/pagekite_configure.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plinth/modules/pagekite/templates/pagekite_configure.html b/plinth/modules/pagekite/templates/pagekite_configure.html index 9a8b4de51..8c628a17d 100644 --- a/plinth/modules/pagekite/templates/pagekite_configure.html +++ b/plinth/modules/pagekite/templates/pagekite_configure.html @@ -42,7 +42,9 @@ {% block configuration %} {{ block.super }} -

{% trans "Custom Services" %}

+
+ +

{% trans "Custom Services" %}

@@ -52,7 +54,7 @@ {% if custom_services %}
-

{% trans "Existing custom services" %}

+
{% trans "Existing custom services" %}
{% for service in custom_services %}