diff options
Diffstat (limited to 'templates/web/base/tokens/confirm_problem.html')
-rw-r--r-- | templates/web/base/tokens/confirm_problem.html | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/templates/web/base/tokens/confirm_problem.html b/templates/web/base/tokens/confirm_problem.html index ce7f751e5..a4573b5e6 100644 --- a/templates/web/base/tokens/confirm_problem.html +++ b/templates/web/base/tokens/confirm_problem.html @@ -7,11 +7,19 @@ [% IF c.cobrand.is_council %] [% IF c.cobrand.owns_problem( report ) %] <h2>Your issue is on its way to the council.</h2> + <p>Your reference for this report is [% report.id %], please quote it in any enquiries.</p> [% ELSE %] - <h2>Your issue is on its way to [% report.body %].</h2> - <p>Note that [% c.cobrand.council_name %] is not responsible for this type of problem.</p> - [% END %] - <p>Your reference for this report is [% report.id %], please quote it in any enquiries.</p> + <h2>Thank you for your report.</h2> + <p> + We don’t handle this type of problem, so have passed it on to: + </p> + <p> + <b>[% report.body %]</b> + </p> + <p> + You can follow this problem on <a href="[% c.cobrand.base_url_for_report( report ) %][% report.url %]">FixMyStreet.com</a>. + </p> + [% END %] [% ELSE %] <h2>[% loc('Thank you for reporting this issue!') %]</h2> |