From 5b34ea46c3f458a174c5443714ade43c21defdac Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Wed, 16 Nov 2022 21:42:25 -0700 Subject: Call it admin rather than system settings --- .../settings/settings_system_domain_delete.html | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 templates/settings/settings_system_domain_delete.html (limited to 'templates/settings/settings_system_domain_delete.html') diff --git a/templates/settings/settings_system_domain_delete.html b/templates/settings/settings_system_domain_delete.html deleted file mode 100644 index 220bbb9..0000000 --- a/templates/settings/settings_system_domain_delete.html +++ /dev/null @@ -1,33 +0,0 @@ -{% extends "base.html" %} - -{% block title %}Delete {{ domain.domain }} - System Settings{% endblock %} - -{% block content %} - {% block menu %} - {% include "settings/_settings_system_menu.html" %} - {% endblock %} - -
- {% csrf_token %} - -

Deleting {{ domain.domain }}

- - {% if num_identities %} -

- You cannot delete this domain as it has {{ num_identities }} - identit{{ num_identities|pluralize:"y,ies" }} registered on it. -

-

- You will need to manually remove all identities from this domain in - order to delete it. -

- {% else %} -

Please confirm deletion of this domain - there are no identities registed on it.

-
- Cancel - -
- {% endif %} -
- -{% endblock %} -- cgit v1.2.3