From 08daf57c4be2fb65b5ac3f8e4baf85d490485b69 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Mon, 3 Jan 2022 20:38:09 -0600 Subject: [PATCH] fix --- files/templates/CHRISTMAS/userpage.html | 9 +++++++++ 1 file changed, 9 insertions(+) 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 %}