mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Expose is_public in subevent editor
This commit is contained in:
@@ -29,6 +29,7 @@ class SubEventForm(I18nModelForm):
|
||||
fields = [
|
||||
'name',
|
||||
'active',
|
||||
'is_public',
|
||||
'date_from',
|
||||
'date_to',
|
||||
'date_admission',
|
||||
|
||||
Reference in New Issue
Block a user