Updates report model
This commit is contained in:
@ -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 %}
|
||||
|
@ -23,7 +23,7 @@
|
||||
<input type="hidden" name="reporter" value="{{ request.user.id }}">
|
||||
<input type="hidden" name="user" value="{{ user.id }}">
|
||||
{% if status_id %}
|
||||
<input type="hidden" name="statuses" value="{{ status_id }}">
|
||||
<input type="hidden" name="status" value="{{ status_id }}">
|
||||
{% endif %}
|
||||
{% if link %}
|
||||
<input type="hidden" name="links" value="{{ link.id }}">
|
||||
|
Reference in New Issue
Block a user