master
kek7198 2022-01-03 20:38:09 -06:00
parent 2963251380
commit c2168b2ed0
1 changed files with 9 additions and 0 deletions

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