summaryrefslogtreecommitdiffstats
path: root/templates/settings/settings_system.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/settings/settings_system.html')
-rw-r--r--templates/settings/settings_system.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/templates/settings/settings_system.html b/templates/settings/settings_system.html
deleted file mode 100644
index c10964f..0000000
--- a/templates/settings/settings_system.html
+++ /dev/null
@@ -1,18 +0,0 @@
-{% extends "base.html" %}
-
-{% block title %}{{ section.title }} - System Settings{% endblock %}
-
-{% block content %}
- {% block menu %}
- {% include "settings/_settings_system_menu.html" %}
- {% endblock %}
- <form action="." method="POST">
- {% csrf_token %}
- {% for field in form %}
- {% include "forms/_field.html" %}
- {% endfor %}
- <div class="buttons">
- <button>Save</button>
- </div>
- </form>
-{% endblock %}