diff --git a/project/templates/base.html b/project/templates/base.html index ab94845..25887b1 100644 --- a/project/templates/base.html +++ b/project/templates/base.html @@ -88,13 +88,13 @@
{% block top_menu %} + {% if user.is_authenticated %} + {% endif %} {% endblock %} {% block content %}{% endblock %}