From baa0fe5f1449e5f87179c2ae683a8288a74bcec8 Mon Sep 17 00:00:00 2001
From: Matthew Somerville
[% IF moderation_complaint %]
- [% loc('You are complaining that this problem report was unnecessarily moderated:') %]
+ [% loc('You are complaining that this problem report was unnecessarily moderated:') %]
- [% loc('If you are trying to make a new report, please go to the front page and follow the instructions.') %] + [% INCLUDE 'contact/unsuitable-text.html' %] [% END %] -
[% problem.title_safe | html %]
diff --git a/templates/web/base/contact/unsuitable-text.html b/templates/web/base/contact/unsuitable-text.html new file mode 100644 index 000000000..12137c818 --- /dev/null +++ b/templates/web/base/contact/unsuitable-text.html @@ -0,0 +1,3 @@ ++ [% loc('You are reporting the following problem report for being abusive, containing personal information, or similar:') %] +
diff --git a/templates/web/base/report/display_tools.html b/templates/web/base/report/display_tools.html index 8a756a948..fb337df59 100644 --- a/templates/web/base/report/display_tools.html +++ b/templates/web/base/report/display_tools.html @@ -6,7 +6,9 @@ [% ELSIF c.cobrand.moniker != 'zurich' %] -[% loc('Unsuitable?' ) %] +[% + c.cobrand.moniker == 'fixmystreet' ? 'Unsuitable?' : loc('Report abuse') + %] [% END %] [% IF c.cobrand.moniker != 'zurich' %][% loc('Get updates' ) %] diff --git a/templates/web/fixmystreet.com/contact/unsuitable-text.html b/templates/web/fixmystreet.com/contact/unsuitable-text.html new file mode 100644 index 000000000..92642aec7 --- /dev/null +++ b/templates/web/fixmystreet.com/contact/unsuitable-text.html @@ -0,0 +1,7 @@ ++ [% loc('Does this report break our House Rules? Use this form to let us know.') %] +
+ ++ [% loc('If you are trying to make a new report, please go to the front page and follow the instructions.') %] +
-- cgit v1.2.3