From 32a543403a2d6376e27edf8d6365bb3fef95c7e3 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 18 Feb 2024 15:45:12 +0200 Subject: [PATCH] remove now-unused template --- files/templates/settings2.html | 92 ---------------------------------- 1 file changed, 92 deletions(-) delete mode 100644 files/templates/settings2.html diff --git a/files/templates/settings2.html b/files/templates/settings2.html deleted file mode 100644 index 7e085acd0..000000000 --- a/files/templates/settings2.html +++ /dev/null @@ -1,92 +0,0 @@ -{%- extends 'root.html' -%} -{% block pagetitle %}User List{% endblock %} -{% block pagetype %}meta_navbar{% endblock %} -{% block body_attributes %}class="has_header"{% endblock %} -{% block body %} - {% include "header.html" %} - {% block subNav %} - {% if not request.path.startswith('/h/') %} -
-
-
-
-
-
-
- -
-
-
-
-
-
-
-
-
-
-
- -
-
-
-
- {% endif %} - {% endblock %} - -
- {% block content %}{% endblock %} - {% block pagenav %}{% endblock %} -
- -
-
- Link copied to clipboard -
-
- -
-
- Unable to Copy Link -
-
- {% block mobilenavbar %}{% include "mobile_navigation_bar.html" %}{% endblock %} - {% block scripts %}{% endblock %} -{% endblock %}