Add allow_entry_after_exit field to subevent editing

This commit is contained in:
Raphael Michel
2020-10-07 09:25:53 +02:00
parent 14ad7716bd
commit 3708dab656
3 changed files with 5 additions and 0 deletions

View File

@@ -83,6 +83,7 @@ class SimpleCheckinListForm(forms.ModelForm):
'all_products',
'limit_products',
'include_pending',
'allow_entry_after_exit',
]
widgets = {
'limit_products': forms.CheckboxSelectMultiple(attrs={