mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
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