1
0
Fork 0

Record statuses deleted in reports

This commit is contained in:
Mouse Reeve 2023-05-30 11:35:47 -07:00
parent affaf3d0ba
commit c6d23ba26a
3 changed files with 11 additions and 6 deletions

View file

@ -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" %}