diff --git a/bookwyrm/templates/settings/reports/report.html b/bookwyrm/templates/settings/reports/report.html index 2c8221036..df45341c6 100644 --- a/bookwyrm/templates/settings/reports/report.html +++ b/bookwyrm/templates/settings/reports/report.html @@ -67,6 +67,17 @@
+ {% blocktrans trimmed with user=report.reporter|username user_link=report.reporter.local_path %} + {{ user}} opened this report + {% endblocktrans %} +
+ {{ report.created_date }} +- {% blocktrans trimmed with user=report.reporter|username user_link=report.reporter.local_path %} - {{ user}} opened this report - {% endblocktrans %} -
- {{ report.created_date }} -