forked from CGM_Public/pretix_original
Add SubEvent.frontpage_text
This commit is contained in:
@@ -25,6 +25,7 @@ class SubEventForm(I18nModelForm):
|
||||
'presale_start',
|
||||
'presale_end',
|
||||
'location',
|
||||
'frontpage_text'
|
||||
]
|
||||
widgets = {
|
||||
'date_from': forms.DateTimeInput(attrs={'class': 'datetimepicker'}),
|
||||
|
||||
Reference in New Issue
Block a user