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

@@ -17,14 +17,14 @@ class HTMXPartialMixin:
class HTMXViewMixin:
"""
A full featured HTMX integration mixin for Django CBVs.
A full-featured HTMX integration mixin for Django CBVs.
Supports:
- partial rendering via django-partials
- HX-Redirect
- HX-Push-URL
- HX-Trigger events
- HX-Refresh
- Graceful fallback to normal DJango rendering
- Graceful fallback to normal Django rendering
"""
# Name of the partial block: template.html#partial_name