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.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/web/base/contact/index.html b/templates/web/base/contact/index.html
index 90a2cd778..05a24160f 100644
--- a/templates/web/base/contact/index.html
+++ b/templates/web/base/contact/index.html
@@ -12,7 +12,11 @@
[% IF c.cobrand.moniker == 'fixmystreet' %]
<h1>FixMyStreet technical support</h1>
[% ELSE %]
-<h1>[% loc('Contact the team') %]</h1>
+ [% TRY %]
+ [% INCLUDE 'contact/_heading.html' %]
+ [% CATCH file %]
+ <h1>[% loc('Contact the team') %]</h1>
+ [% END %]
[% END %]
<form method="post" action="/contact/submit" class="validate">