diff --git a/plinth/modules/pagekite/templates/pagekite_firstboot.html b/plinth/modules/pagekite/templates/pagekite_firstboot.html deleted file mode 100644 index bb9449ef1..000000000 --- a/plinth/modules/pagekite/templates/pagekite_firstboot.html +++ /dev/null @@ -1,46 +0,0 @@ -{% extends "base_firstboot.html" %} -{% comment %} -# SPDX-License-Identifier: AGPL-3.0-or-later -{% endcomment %} - -{% load bootstrap %} -{% load i18n %} -{% load static %} - -{% block content %} -
- {% url 'pagekite:firstboot-skip' as finish_firstboot_url %} - {% blocktrans trimmed %} - Skip this step if you - do not have a voucher or want to configure PageKite later with a - different domain or credentials. - {% endblocktrans %} -
- -- {% blocktrans trimmed %} - You can use an already redeemed voucher but it will only work - with the initially registered subdomain. - {% endblocktrans %} -
- - -{% endblock %} diff --git a/plinth/modules/pagekite/templates/pagekite_standard_services.html b/plinth/modules/pagekite/templates/pagekite_standard_services.html deleted file mode 100644 index 7d05e8757..000000000 --- a/plinth/modules/pagekite/templates/pagekite_standard_services.html +++ /dev/null @@ -1,47 +0,0 @@ -{% extends "pagekite_base.html" %} -{% comment %} -# SPDX-License-Identifier: AGPL-3.0-or-later -{% endcomment %} - -{% load bootstrap %} -{% load i18n %} - -{% block page_head %} - -{% endblock %} - -{% block configuration %} - -- {% blocktrans trimmed %} - Published services are accessible and attackable from the evil - Internet. - {% endblocktrans %} -
- -