diff --git a/files/templates/contact.html b/files/templates/contact.html index 7891a526b..4d9654457 100644 --- a/files/templates/contact.html +++ b/files/templates/contact.html @@ -1,29 +1,31 @@ {% extends "default.html" %} {% block pagetitle %}Contact{% endblock %} {% block content %} -

Contact {{SITE_NAME}} Admins

- {% if v %} -
- - - -
- {{macros.emoji_btn('input-message')}} - {{macros.gif_btn('input-message')}} - {{macros.file_btn('file-upload-contact')}} - -
-
+
+

Contact {{SITE_NAME}} Admins

+ {% if v %} +
+ + + +
+ {{macros.emoji_btn('input-message')}} + {{macros.gif_btn('input-message')}} + {{macros.file_btn('file-upload-contact')}} + +
+
- {% include "modals/emoji.html" %} - {% include "modals/gif.html" %} + {% include "modals/emoji.html" %} + {% include "modals/gif.html" %} - {% if SITE_NAME == 'rDrama' %} -
If you can see this line, we haven't been contacted by any law enforcement or governmental organizations in 2024 yet.
+ {% if SITE_NAME == 'rDrama' %} +
If you can see this line, we haven't been contacted by any law enforcement or governmental organizations in 2024 yet.
+ {% endif %} + {% else %} +

by email: {{EMAIL}}

{% endif %} - {% else %} -

by email: {{EMAIL}}

- {% endif %} +
{% endblock %}