diff options
author | Dave Arter <davea@mysociety.org> | 2016-06-29 11:49:44 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2016-06-29 11:49:44 +0100 |
commit | 8d58bcc6e9a45430205fcd1c5042951859f96e41 (patch) | |
tree | f671ecb9bb03b060647dada00985b3e4b26ee2f7 | |
parent | b6adc31fffa73d90ad948e5b24ce31d69803d83e (diff) |
[UK Councils] Clarify who receives messages from the contact form.
The default wording says messages do not go to a council, which is not true for
UK council cobrands.
-rw-r--r-- | templates/web/fixmystreet-uk-councils/contact/blurb.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/web/fixmystreet-uk-councils/contact/blurb.html b/templates/web/fixmystreet-uk-councils/contact/blurb.html new file mode 100644 index 000000000..4054e99a5 --- /dev/null +++ b/templates/web/fixmystreet-uk-councils/contact/blurb.html @@ -0,0 +1,9 @@ +<p> +[% tprintf( loc("It's often quickest to <a href=\"%s\">check our FAQs</a> and see if the answer is there."), c.uri_for('/faq') ) %] +</p> + +<p> +[% loc('Please do <strong>not</strong> report problems through this form; messages go to +the technical team behind this site. To report a problem, +please <a href="/">go to the front page</a> and follow the instructions.') %] +</p> |