aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/base/contact/index.html6
-rw-r--r--templates/web/westminster/contact/_heading.html1
-rw-r--r--templates/web/westminster/contact/blurb.html11
3 files changed, 17 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">
diff --git a/templates/web/westminster/contact/_heading.html b/templates/web/westminster/contact/_heading.html
new file mode 100644
index 000000000..9554ed727
--- /dev/null
+++ b/templates/web/westminster/contact/_heading.html
@@ -0,0 +1 @@
+<h1>Contact</h1>
diff --git a/templates/web/westminster/contact/blurb.html b/templates/web/westminster/contact/blurb.html
new file mode 100644
index 000000000..096aaac83
--- /dev/null
+++ b/templates/web/westminster/contact/blurb.html
@@ -0,0 +1,11 @@
+<p>
+ It's often quickest to <a href="[% c.uri_for('/faq') %]">check our FAQs</a> and see if the answer is there.
+</p>
+
+<p>
+ To report a problem, please <a href="/">go to the front page</a> and follow the instructions.
+</p>
+
+<p>
+ The form below is to only be used to report technical issues with the FixMyStreet website.
+</p>