This commit is contained in:
kek7198 2022-01-03 20:38:09 -06:00
parent a8583f6d3b
commit 08daf57c4b

View file

@ -392,6 +392,15 @@
{% include "CHRISTMAS/sidebars/ProfileSidebar.html" %}
{% endblock %}
{% block modals %}
{% if v %}
{% include "CHRISTMAS/gif_modal.html" %}
{% include "CHRISTMAS/modals/ModalGiftCoins.html" %}
{% if v.admin_level > 1 %}
{% include "CHRISTMAS/modals/ModalAdminManageUser.html" %}
{% endif %}
{% endif %}
{% endblock %}
{% block scripts %}
{% if v %}