Update base.html

This commit is contained in:
Michachatz
2025-11-23 15:30:07 +01:00
committed by GitHub
parent c7b18d76ef
commit 803d3ca360

View File

@@ -108,7 +108,9 @@
{% if SHOPITEM_ID_PREMIUM in user.shop_items | map(attribute='item_id') | list %} {% if SHOPITEM_ID_PREMIUM in user.shop_items | map(attribute='item_id') | list %}
<span class="badge bg-warning text-dark"><i class="bi bi-star"></i> Premium</span> <span class="badge bg-warning text-dark"><i class="bi bi-star"></i> Premium</span>
{% endif %} {% endif %}
{% if user.is_authenticated %}
<hr> <hr>
{% endif %}
{% block content %}{% endblock %} {% block content %}{% endblock %}
</div> </div>
<footer class="footer mt-auto py-3"> <footer class="footer mt-auto py-3">