Moves reports into settings directory

This commit is contained in:
Mouse Reeve
2021-09-28 12:41:07 -07:00
parent 9c9adfc6f0
commit a1a1fd90a1
5 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@
</div>
<div class="block">
{% include 'moderation/report_preview.html' with report=report %}
{% include 'settings/reports/report_preview.html' with report=report %}
</div>
{% include 'user_admin/user_info.html' with user=report.user %}

View File

@ -39,7 +39,7 @@
{% for report in reports %}
<div class="block">
{% include 'moderation/report_preview.html' with report=report %}
{% include 'settings/reports/report_preview.html' with report=report %}
</div>
{% endfor %}
</div>