Add GroupAddMembersForm and view for editing group members

This commit is contained in:
Edgar P. Burkhart 2025-06-13 17:32:17 +02:00
parent ba746c9cae
commit 8ed39c78b8
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
9 changed files with 41 additions and 5 deletions

View file

@ -15,3 +15,8 @@ repos:
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/djlint/djLint
rev: v1.23.3
hooks:
- id: djlint-django
args: ["--reformat", "--lint", "--quiet"]