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 %}