From bb5b721d58b0193932f8a7b2da61d44e4f3f5db6 Mon Sep 17 00:00:00 2001 From: Meili Triantafyllidi Date: Sun, 21 Mar 2021 17:22:55 +0100 Subject: [PATCH] remove contact form and add slack contact details Contact form needs a php backend and we do not want that. --- templates/contact.html | 64 +++++++++++------------------------------- 1 file changed, 17 insertions(+), 47 deletions(-) diff --git a/templates/contact.html b/templates/contact.html index 562fcf1..b0b844f 100644 --- a/templates/contact.html +++ b/templates/contact.html @@ -41,6 +41,23 @@ {% endif %} + {% if 'slack' in ABOUT %} +
+
+
+ {% if 'image' in ABOUT %} + + {% else %} + + {% endif %} +
+ +
+
+ {% endif %} + {% if 'phone' in ABOUT %}
@@ -59,53 +76,6 @@
-
-
-
-

{{ _('Get in touch') }}

-
-
-
-
-
-
-
-
-
- - -
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
-
-
{{ _('Please fix the issues, all inputs are mandatory.') }}
-
{{ _('Thank you for your message, we will respond as soon as possible.') }}
-
-
- - - {% if 'address' in ABOUT %} -
-
-
- {% endif %} - - {% endblock %} {% block custom_js %}