Add special registration type requiring a voucher
authorMagnus Hagander <magnus@hagander.net>
Wed, 18 Dec 2024 11:18:45 +0000 (12:18 +0100)
committerMagnus Hagander <magnus@hagander.net>
Wed, 18 Dec 2024 11:18:45 +0000 (12:18 +0100)
commiteaea411f70a007256d4ce0ea31568c771e7038f8
treeb96e20976fff6aa1a9d7616e264fc84982f5db87
parent83297a1f049c7fd4bacd6aab0d8d4a3a8cb49386
Add special registration type requiring a voucher

ABy requiring a voucher to use a specific registration type, it can
become an "invite only" regtype. The cost set for it doesn't matter, it
can still be zero, but the attendee needs to be in posession of a
voucher to complete the registration. Not as convenient as using the
auto-approving ones like speaker or staff, but a lot more flexible.
docs/confreg/registrations.md
postgresqleu/confreg/forms.py
postgresqleu/confreg/regtypes.py