1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

add school field to guest

This commit is contained in:
quark
2025-03-25 17:39:31 +01:00
parent 60355196ce
commit 702ddb5679
10 changed files with 57 additions and 28 deletions

View File

@ -168,6 +168,7 @@ class ActivityInviteView(ProtectQuerysetMixin, ProtectedCreateView):
activity=activity,
first_name="",
last_name="",
school="",
inviter=self.request.user.note,
)