forked from CGM_Public/pretix_original
Initialize bulk create form with weekly instead of yearly events
This commit is contained in:
@@ -228,7 +228,8 @@ class RRuleForm(forms.Form):
|
||||
('monthly', _('month(s)')),
|
||||
('weekly', _('week(s)')),
|
||||
('daily', _('day(s)')),
|
||||
]
|
||||
],
|
||||
initial='weekly'
|
||||
)
|
||||
interval = forms.IntegerField(
|
||||
label=_('Interval'),
|
||||
|
||||
Reference in New Issue
Block a user