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 %}
<span class="badge bg-warning text-dark"><i class="bi bi-star"></i> Premium</span>
{% endif %}
<hr>
{% if user.is_authenticated %}
<hr>
{% endif %}
{% block content %}{% endblock %}
</div>
<footer class="footer mt-auto py-3">
@@ -142,4 +144,4 @@
{% endif %}
</script>
</body>
</html>
</html>