From 749383265f8af9d0c009c6799fcc2d351b527fda Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Fri, 13 Mar 2026 16:42:08 +0000 Subject: [PATCH] Auto commit: 2026-03-13T16:42:08.880Z --- core/templates/base.html | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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