forked from CGM_Public/pretix_original
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