From 6f58dc47cc9374617d20c54b24864b1985dc1fed Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 25 Oct 2021 14:41:21 +0700 Subject: [PATCH] add admin interface link --- tubearchivist/home/templates/home/settings.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tubearchivist/home/templates/home/settings.html b/tubearchivist/home/templates/home/settings.html index f5a2272..eea5fdb 100644 --- a/tubearchivist/home/templates/home/settings.html +++ b/tubearchivist/home/templates/home/settings.html @@ -134,4 +134,14 @@ +{% if request.user.is_superuser %} +
+

Users

+
+
+

User Management

+

Access the admin interface for basic user management functionality like adding and deleting users, changing passwords and more.

+ +
+{% endif %} {% endblock content %}