diff --git a/files/templates/CHRISTMAS/userpage.html b/files/templates/CHRISTMAS/userpage.html index 61fca8690..b341dac69 100644 --- a/files/templates/CHRISTMAS/userpage.html +++ b/files/templates/CHRISTMAS/userpage.html @@ -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 %}