diff --git a/files/templates/chat.html b/files/templates/chat.html index 1d5c01141..8c635a517 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -10,8 +10,8 @@ {{html_head.html_head(true, true, true, csp, "Chat", none, "", false)}} {% include "header.html" %} - {% include "expanded_image_modal.html" %} - {% include "emoji_modal.html" %} + {% include "modals/expanded_image.html" %} + {% include "modals/emoji.html" %}
= PERMS['USER_BAN'] %} - {% include "ban_modal.html" %} + {% include "modals/ban.html" %} {% endif %}
-{% include "emoji_modal.html" %} -{% include "gif_modal.html" %} +{% include "modals/emoji.html" %} +{% include "modals/gif.html" %} {% if v.flairchanged %} - {% include "emoji_modal.html" %} - {% include "gif_modal.html" %} + {% include "modals/emoji.html" %} + {% include "modals/gif.html" %} diff --git a/files/templates/userpage.html b/files/templates/userpage.html index b4cc56027..0ddfe13fa 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -624,7 +624,7 @@ {% endif %} {% if v and v.id != u.id and '/comments' not in request.path %} - {% include "emoji_modal.html" %} + {% include "modals/emoji.html" %} {% endif %} {% endblock %} diff --git a/files/templates/userpage/private.html b/files/templates/userpage/private.html index 9c0eb3251..22730f238 100644 --- a/files/templates/userpage/private.html +++ b/files/templates/userpage/private.html @@ -33,7 +33,7 @@ {% if v %}
{% if v.patron or u.patron %}0{% else %}0.03{% endif %}
{{u.username}}
- {%- include "emoji_modal.html" -%} + {%- include "modals/emoji.html" -%} {% endif %}