aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/contact
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/base/contact')
-rw-r--r--templates/web/base/contact/index.html6
-rw-r--r--templates/web/base/contact/unsuitable-text.html3
2 files changed, 5 insertions, 4 deletions
diff --git a/templates/web/base/contact/index.html b/templates/web/base/contact/index.html
index 536b95527..f24f8afea 100644
--- a/templates/web/base/contact/index.html
+++ b/templates/web/base/contact/index.html
@@ -40,14 +40,12 @@
<input type="hidden" name="id" value="[% update.problem_id %]">
[% ELSIF problem %]
- <p>
[% IF moderation_complaint %]
<input type="hidden" name="m" value="[% moderation_complaint %]">
- [% loc('You are complaining that this problem report was unnecessarily moderated:') %]
+ <p>[% loc('You are complaining that this problem report was unnecessarily moderated:') %]</p>
[% ELSE %]
- [% loc('You are reporting the following problem report for being abusive, containing personal information, or similar:') %]
+ [% INCLUDE 'contact/unsuitable-text.html' %]
[% END %]
- </p>
<blockquote>
<h2>[% problem.title_safe | html %]</h2>
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 @@
+<p>
+ [% loc('You are reporting the following problem report for being abusive, containing personal information, or similar:') %]
+</p>