aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/contact/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/base/contact/index.html')
-rw-r--r--templates/web/base/contact/index.html14
1 files changed, 9 insertions, 5 deletions
diff --git a/templates/web/base/contact/index.html b/templates/web/base/contact/index.html
index dfd3ef6b2..1839b4c85 100644
--- a/templates/web/base/contact/index.html
+++ b/templates/web/base/contact/index.html
@@ -109,11 +109,15 @@
</fieldset>
</form>
-<h4>[% loc("Don't like forms?") %]</h4>
-
-<p>
-[% tprintf( loc("You can contact technical support on <a href='mailto:%s'>%s</a>"), contact_email, contact_email) %]
-</p>
+[% TRY %]
+ [% INCLUDE 'contact/_footer.html' %]
+[% CATCH file %]
+ <h4>[% loc("Don't like forms?") %]</h4>
+
+ <p>
+ [% tprintf( loc("You can contact technical support on <a href='mailto:%s'>%s</a>"), contact_email, contact_email) %]
+ </p>
+[% END %]
[% TRY %][% INCLUDE 'contact/address.html' %][% CATCH file %][% END %]