mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Allow to manually exclude quotas from calendar availability
This commit is contained in:
@@ -244,6 +244,7 @@ class QuotaForm(I18nModelForm):
|
||||
'subevent',
|
||||
'close_when_sold_out',
|
||||
'release_after_exit',
|
||||
'ignore_for_event_availability',
|
||||
]
|
||||
field_classes = {
|
||||
'subevent': SafeModelChoiceField,
|
||||
|
||||
Reference in New Issue
Block a user