diff --git a/plinth/modules/pagekite/templates/pagekite_base.html b/plinth/modules/pagekite/templates/pagekite_base.html deleted file mode 100644 index d65879d96..000000000 --- a/plinth/modules/pagekite/templates/pagekite_base.html +++ /dev/null @@ -1,18 +0,0 @@ -{% extends "app.html" %} -{% comment %} -# SPDX-License-Identifier: AGPL-3.0-or-later -{% endcomment %} - -{% block description %} - -
{{ description.0|safe }}
- -{{ description|last|safe }}
- -{% endblock %} diff --git a/plinth/modules/pagekite/templates/pagekite_configure.html b/plinth/modules/pagekite/templates/pagekite_configure.html index 2ec8c5888..4ab42f477 100644 --- a/plinth/modules/pagekite/templates/pagekite_configure.html +++ b/plinth/modules/pagekite/templates/pagekite_configure.html @@ -1,4 +1,4 @@ -{% extends "pagekite_base.html" %} +{% extends "app.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %}