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/admin/users.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 templates/admin/users.html (limited to 'templates/admin/users.html') diff --git a/templates/admin/users.html b/templates/admin/users.html new file mode 100644 index 0000000..0b75b88 --- /dev/null +++ b/templates/admin/users.html @@ -0,0 +1,14 @@ +{% extends "base.html" %} + +{% block title %}Users - Admin{% endblock %} + +{% block content %} + {% block menu %} + {% include "admin/_menu.html" %} + {% endblock %} +
+

+ Please use the Django Admin for now. +

+
+{% endblock %} -- cgit v1.2.3