Updates report model

This commit is contained in:
Mouse Reeve
2022-02-24 12:48:52 -08:00
parent 3ce8b3390e
commit ad41f19dc5
11 changed files with 93 additions and 19 deletions

View File

@ -12,6 +12,6 @@
>
{% trans "Report" %}
</button>
{% include 'snippets/report_modal.html' with user=user id=modal_id status=status.id %}
{% include 'snippets/report_modal.html' with user=user id=modal_id status_id=status.id %}
{% endwith %}