summaryrefslogtreecommitdiffstats
path: root/templates/admin/report_view.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin/report_view.html')
-rw-r--r--templates/admin/report_view.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/admin/report_view.html b/templates/admin/report_view.html
index c9819b4..521639f 100644
--- a/templates/admin/report_view.html
+++ b/templates/admin/report_view.html
@@ -19,6 +19,8 @@
{% else %}
<p>Remote server {{ report.source_domain.domain }}</p>
{% endif %}
+ <label>Complaint Type</label>
+ <p>{{ report.type|title }}</p>
<label>Complaint</label>
<p>{{ report.complaint|linebreaks }}</p>
{% if report.resolved %}