Record statuses deleted in reports
This commit is contained in:
parent
affaf3d0ba
commit
c6d23ba26a
3 changed files with 11 additions and 6 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
<div class="card-footer-item">
|
||||
{# moderation options #}
|
||||
<form name="delete-{{ status.id }}" action="/delete-status/{{ status.id }}" method="post">
|
||||
<form name="delete-{{ status.id }}" action="/delete-status/{{ status.id }}/{{ report.id }}" method="post">
|
||||
{% csrf_token %}
|
||||
<button class="button is-danger is-light" type="submit">
|
||||
{% trans "Delete status" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue