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 %}