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/base.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'templates/base.html')
diff --git a/templates/base.html b/templates/base.html
index 402dcd3..bce5e1b 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -31,11 +31,11 @@
Compose
-
+
Settings
{% if request.user.admin %}
-
+
Admin
{% endif %}
--
cgit v1.2.3