From 736e814477f95aad73d059e1ac593f32e7082bfb Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 11 Mar 2020 14:45:09 -0700 Subject: [PATCH] pagekite: Remove unused templates Signed-off-by: Sunil Mohan Adapa Reviewed-by: Veiko Aasa --- .../templates/pagekite_firstboot.html | 46 ------------------ .../templates/pagekite_standard_services.html | 47 ------------------- 2 files changed, 93 deletions(-) delete mode 100644 plinth/modules/pagekite/templates/pagekite_firstboot.html delete mode 100644 plinth/modules/pagekite/templates/pagekite_standard_services.html 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 %} -

{% trans "Setup a freedombox.me subdomain with your voucher" %}

- -

- {% 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 %} -

- -
- {% csrf_token %} - - {{ form|bootstrap_horizontal:'col-lg-3' }} -
-
- - - {% trans "Skip Registration" %} - -
-
-
-{% 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 %} - - - -
- {{ form.http|bootstrap_horizontal:'col-lg-0' }} - {{ form.https|bootstrap_horizontal:'col-lg-0' }} - {{ form.ssh|bootstrap_horizontal:'col-lg-0' }} - {% csrf_token %} - - -
- -{% endblock %} -