Allow to manually exclude quotas from calendar availability

This commit is contained in:
Raphael Michel
2021-05-27 12:05:03 +02:00
parent 49a9b71ea3
commit 93da4801db
9 changed files with 40 additions and 1 deletions

View File

@@ -244,6 +244,7 @@ class QuotaForm(I18nModelForm):
'subevent',
'close_when_sold_out',
'release_after_exit',
'ignore_for_event_availability',
]
field_classes = {
'subevent': SafeModelChoiceField,