Expose is_public in subevent editor

This commit is contained in:
Raphael Michel
2019-04-29 09:29:40 +02:00
parent cc4602c308
commit d4d3928146
3 changed files with 3 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ class SubEventForm(I18nModelForm):
fields = [
'name',
'active',
'is_public',
'date_from',
'date_to',
'date_admission',