From 1790db61f39f9e80c3e73c5ef0a18ff915c8fa3e Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Fri, 30 Jun 2023 02:30:48 +0000 Subject: [PATCH] Added admin icon --- src/apps/account/templates/profile.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/apps/account/templates/profile.html b/src/apps/account/templates/profile.html index c35adf0..7e3d48f 100644 --- a/src/apps/account/templates/profile.html +++ b/src/apps/account/templates/profile.html @@ -6,6 +6,11 @@
{% if user.is_authenticated and user == page_owner %}
+ {% if user.is_staff %} + + + + {% endif %}