mirror of
https://github.com/Michatec/MiniFaceBook.git
synced 2026-03-31 23:46:30 +02:00
Update base.html
This commit is contained in:
@@ -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 %}
|
||||||
<hr>
|
{% if user.is_authenticated %}
|
||||||
|
<hr>
|
||||||
|
{% endif %}
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
<footer class="footer mt-auto py-3">
|
<footer class="footer mt-auto py-3">
|
||||||
|
|||||||
Reference in New Issue
Block a user