From 7e3b1f2fc28c87f7099b989cf7dfe9e9ff860fc2 Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Tue, 5 Jun 2018 11:02:31 +0100 Subject: add reminder to include link to report on contact form We get quite a few emails to support that are about a specific problem but fail to include a link to that problem. This adds some text to the contact form to ask people to do so. --- CHANGELOG.md | 2 ++ templates/web/base/contact/index.html | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fff0c21a5..d2793b2a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ## Releases * Unreleased + - Front end improvements: + - Extra help text on contact form #2149 * v2.3.2 (31st May 2018) - Front end improvements: diff --git a/templates/web/base/contact/index.html b/templates/web/base/contact/index.html index 1839b4c85..326c26ce8 100644 --- a/templates/web/base/contact/index.html +++ b/templates/web/base/contact/index.html @@ -103,6 +103,10 @@ [% END %] + [% IF NOT problem AND NOT update %] +

[% loc('If you are contacting us about a specific report or update please include a link to the report in the message.') %]

+ [% END %] + -- cgit v1.2.3