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 %}