diff --git a/core/templates/base.html b/core/templates/base.html index d636f86..a22ffc7 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -24,7 +24,23 @@ - {% block content %}{% endblock %} + {% if user.is_authenticated %} + + {% endif %} +
+ {% block content %}{% endblock %} +
\ No newline at end of file