From 4353527632d53465ad8085ce3dbe57302f259584 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Mon, 3 Jan 2022 20:37:28 -0600 Subject: [PATCH] fix --- files/templates/CHRISTMAS/userpage.html | 86 ------------------------- 1 file changed, 86 deletions(-) diff --git a/files/templates/CHRISTMAS/userpage.html b/files/templates/CHRISTMAS/userpage.html index 5679235ed..045adc470 100644 --- a/files/templates/CHRISTMAS/userpage.html +++ b/files/templates/CHRISTMAS/userpage.html @@ -390,90 +390,4 @@ {% block sidebar %} {% include "CHRISTMAS/sidebars/ProfileSidebar.html" %} -{% endblock %} - -{% block modals %} -{% if v %} - {% include "CHRISTMAS/emoji_modal.html" %} - {% 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 %} - -{% endif %} - -{% if u.song %} - -{% endif %} - - {% endblock %} \ No newline at end of file