Activate member deletion functionality: implement MemberDeleteView with HTMX integration, add is_active filter, update member filter template, and refine related styles.

This commit is contained in:
2026-01-11 22:04:34 +01:00
parent d2d50afdd7
commit b885bf6da5
6 changed files with 40 additions and 6 deletions

View File

@@ -129,7 +129,7 @@
<i class="fa-solid fa-eye"></i>{% translate "Details" %}
</a>
<a class="btn btn-outline btn-error btn-sm" href="">
<a class="btn btn-outline btn-error btn-sm" href="{% url "backend:members:delete" member.pk %}">
<i class="fa-solid fa-trash"></i>{% translate "Delete" %}
</a>
</div>