diff options
-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> |