diff --git a/mamweb/templates/base.html b/mamweb/templates/base.html index e43a837a..e4bb4af4 100644 --- a/mamweb/templates/base.html +++ b/mamweb/templates/base.html @@ -17,8 +17,9 @@ - - + + {# TODO predelat pro pouze pro orgy (misto pro prihlasene) #} + {% if user.is_authenticated %}
{% if view.object %} Objekt {{ view.object }}: {{ view.object }} @@ -29,6 +30,8 @@ [admin] {% endif %}
+ {% endif %} +
@@ -42,7 +45,7 @@