From 44af0d4c59eed1c3715e9044e75c159cfddf54cc Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Wed, 16 Nov 2022 17:23:46 -0700 Subject: Add start of a settings (config) system --- templates/base.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 553a2cc..e392cb9 100644 --- a/templates/base.html +++ b/templates/base.html @@ -11,6 +11,11 @@ + {% block extra_head %}{% endblock %} @@ -23,8 +28,11 @@ {% if user.is_authenticated %} - Compose - Settings + Compose + Settings + {% if request.user.admin %} + Admin + {% endif %}
{% if not request.identity %} -- cgit v1.2.3