From 803d3ca360478f5f5b6feca46ccfbf1c0887112f Mon Sep 17 00:00:00 2001 From: Michachatz <121869403+Michatec@users.noreply.github.com> Date: Sun, 23 Nov 2025 15:30:07 +0100 Subject: [PATCH] Update base.html --- templates/base.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/base.html b/templates/base.html index 25f4d27..1dd3db3 100644 --- a/templates/base.html +++ b/templates/base.html @@ -108,7 +108,9 @@ {% if SHOPITEM_ID_PREMIUM in user.shop_items | map(attribute='item_id') | list %} Premium {% endif %} -
+ {% if user.is_authenticated %} +
+ {% endif %} {% block content %}{% endblock %}