Allow to release quota after exit scans

This commit is contained in:
Raphael Michel
2020-06-26 16:49:19 +02:00
parent fdea190d72
commit 922f12f55e
15 changed files with 178 additions and 24 deletions

View File

@@ -186,7 +186,8 @@ class QuotaForm(I18nModelForm):
'name',
'size',
'subevent',
'close_when_sold_out'
'close_when_sold_out',
'release_after_exit',
]
field_classes = {
'subevent': SafeModelChoiceField,