diff --git a/plinth/modules/pagekite/templates/pagekite_configure.html b/plinth/modules/pagekite/templates/pagekite_configure.html index 1c420f62d..69229661d 100644 --- a/plinth/modules/pagekite/templates/pagekite_configure.html +++ b/plinth/modules/pagekite/templates/pagekite_configure.html @@ -6,6 +6,7 @@ {% load bootstrap %} {% load i18n %} {% load static %} +{% load plinth_extras %} {% block configuration %} {{ block.super }} @@ -15,7 +16,7 @@
- + {% icon 'plus' %} {% trans 'Add Custom Service' %}
@@ -45,7 +46,7 @@ diff --git a/plinth/modules/pagekite/templates/pagekite_custom_services.html b/plinth/modules/pagekite/templates/pagekite_custom_services.html index 4122c7692..b6e3ad9a3 100644 --- a/plinth/modules/pagekite/templates/pagekite_custom_services.html +++ b/plinth/modules/pagekite/templates/pagekite_custom_services.html @@ -6,13 +6,14 @@ {% load bootstrap %} {% load i18n %} {% load static %} +{% load plinth_extras %} {% block content %}

{% trans 'Add custom PageKite service' %}