diff --git a/myproject/templates/navbar.html b/myproject/templates/navbar.html index 6b29699..778457a 100644 --- a/myproject/templates/navbar.html +++ b/myproject/templates/navbar.html @@ -20,14 +20,14 @@ {% if user.is_authenticated %} {% comment %}Показываем меню tenant приложений только если мы не на странице setup-password (public схема){% endcomment %} {% if 'setup-password' not in request.path %} - + - + - + - + - + {% endif %} - + {% if request.user.is_owner or request.user.is_superuser %} {% endif %} - + {% if user.is_owner or user.is_manager %} {% url 'inventory:debug_page' as debug_url %} {% if debug_url %} {% endif %}