diff --git a/lostplaces/lostplaces_app/templates/global.html b/lostplaces/lostplaces_app/templates/global.html index 41ea0a7..9c8dcf6 100644 --- a/lostplaces/lostplaces_app/templates/global.html +++ b/lostplaces/lostplaces_app/templates/global.html @@ -22,7 +22,11 @@ {% if user.is_authenticated %} Hi {{ user.username }}! - logout + logout + {% if user.is_superuser %} + | admin + {% endif %} + {% else %} You are not logged in. login |