From 2dafbe0a8a024e0a249d7cf9f6c9ce6f63cf6783 Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 5 Sep 2023 19:03:20 +0300 Subject: [PATCH] move css to the top --- files/templates/chat.html | 2 +- files/templates/orgy.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files/templates/chat.html b/files/templates/chat.html index f2ab6f900..bb68dd4c2 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -3,6 +3,7 @@ {% block pagetype %}chat{% endblock %} {% block body_attributes %}class="has_header"{% endblock %} {% block body %} + {% include "header.html" %} {% include "modals/expanded_image.html" %} {% include "modals/emoji.html" %} @@ -34,7 +35,6 @@ - diff --git a/files/templates/orgy.html b/files/templates/orgy.html index 0776f16f9..5391c0bb3 100644 --- a/files/templates/orgy.html +++ b/files/templates/orgy.html @@ -3,6 +3,8 @@ {% block pagetype %}chat{% endblock %} {% block body_attributes %}class="has_header"{% endblock %} {% block body %} + + {% include "header.html" %} {% include "modals/expanded_image.html" %} {% include "modals/emoji.html" %} @@ -50,8 +52,6 @@ - -