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 --- templates/settings/settings_system_domains.html | 28 ------------------------- 1 file changed, 28 deletions(-) delete mode 100644 templates/settings/settings_system_domains.html (limited to 'templates/settings/settings_system_domains.html') diff --git a/templates/settings/settings_system_domains.html b/templates/settings/settings_system_domains.html deleted file mode 100644 index dccde65..0000000 --- a/templates/settings/settings_system_domains.html +++ /dev/null @@ -1,28 +0,0 @@ -{% extends "base.html" %} - -{% block title %}{{ section.title }} - System Settings{% endblock %} - -{% block content %} - {% block menu %} - {% include "settings/_settings_system_menu.html" %} - {% endblock %} -
- {% for domain in domains %} - - - - {{ domain.domain }} - - {% if domain.public %}Public{% else %}Private{% endif %} - {% if domain.service_domain %}({{ domain.service_domain }}){% endif %} - - - - {% empty %} -

You have no domains set up.

- {% endfor %} - - Add a domain - -
-{% endblock %} -- cgit v1.2.3