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