From 49b564ab883ba2a9e53910aad5653d3a5484a32a Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sat, 11 Dec 2021 21:28:31 -0600 Subject: [PATCH] fix --- files/templates/contact.html | 83 ++++++++++++++++++------------------ files/templates/footer.html | 4 +- 2 files changed, 43 insertions(+), 44 deletions(-) diff --git a/files/templates/contact.html b/files/templates/contact.html index 81884571f..9032b4270 100644 --- a/files/templates/contact.html +++ b/files/templates/contact.html @@ -7,62 +7,61 @@ {% block content %} - {% if request.values.get('error') or error %} - - {% endif %} - {% if request.values.get('msg') or msg %} - - {% endif %} +
-

Contact {{'SITE_NAME' | app_config}} Admins

-{% if v and v.is_activated and not v.is_suspended %} + {% if request.values.get('error') or error %} + + {% endif %} + {% if request.values.get('msg') or msg %} + + {% endif %} -

Use this form to contact {{'SITE_NAME' | app_config}} Admins.

+

Contact {{'SITE_NAME' | app_config}} Admins

+ {% if v and v.is_activated and not v.is_suspended %} - - +

Use this form to contact {{'SITE_NAME' | app_config}} Admins.

-
+ + - - + - + + -
+ + + -{% elif v %} + {% elif v %} -

Please verify your email address in order to ensure we can respond to your message if needed. Then, refresh this page.

+

Please verify your email address in order to ensure we can respond to your message if needed. Then, refresh this page.

-{% else %} + {% else %} -

In order to ensure that we can respond to your message, please first sign up or log in and make sure you have verified your email address. Then, refresh this page.

+

In order to ensure that we can respond to your message, please first sign up or log in and make sure you have verified your email address. Then, refresh this page.

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

If you can see this line, we haven't been contacted by any law enforcement or governmental organizations in 2021 yet.

- -
- -

If you can see this line, we haven't been contacted by any law enforcement or governmental organizations in 2021 yet.

+
{% endblock %} diff --git a/files/templates/footer.html b/files/templates/footer.html index 477c9752e..e9094ba28 100644 --- a/files/templates/footer.html +++ b/files/templates/footer.html @@ -87,7 +87,7 @@