diff options
Diffstat (limited to 'templates/web/base/contact/blurb.html')
-rw-r--r-- | templates/web/base/contact/blurb.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/web/base/contact/blurb.html b/templates/web/base/contact/blurb.html new file mode 100644 index 000000000..22c9a3cef --- /dev/null +++ b/templates/web/base/contact/blurb.html @@ -0,0 +1,9 @@ +<p> +[% loc('Please do <strong>not</strong> report problems through this form; messages go to +the team behind FixMyStreet, not a council. To report a problem, +please <a href="/">go to the front page</a> and follow the instructions.') %] +</p> + +<p> +[% tprintf( loc("We'd love to hear what you think about this site. Just fill in the form, or send an email to <a href='mailto:%s'>%s</a>:"), contact_email, contact_email) %] +</p> |