diff options
Diffstat (limited to 'templates/web/base/contact/index.html')
-rw-r--r-- | templates/web/base/contact/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/web/base/contact/index.html b/templates/web/base/contact/index.html index 536b95527..a66d183b6 100644 --- a/templates/web/base/contact/index.html +++ b/templates/web/base/contact/index.html @@ -45,7 +45,9 @@ <input type="hidden" name="m" value="[% moderation_complaint %]"> [% loc('You are complaining that this problem report was unnecessarily moderated:') %] [% ELSE %] - [% loc('You are reporting the following problem report for being abusive, containing personal information, or similar:') %] + [% loc('Does this report break our <a href="/about/house-rules">House Rules</a>? Use this form to let us know.') %] + </p> <p> + <strong>[% loc('If you are trying to make a new report, please <a href="/">go to the front page</a> and follow the instructions.') %]</strong> [% END %] </p> |