Initialize bulk create form with weekly instead of yearly events

This commit is contained in:
Raphael Michel
2020-04-22 16:48:21 +02:00
parent 1bcf1ec26a
commit 16957eec33

View File

@@ -228,7 +228,8 @@ class RRuleForm(forms.Form):
('monthly', _('month(s)')),
('weekly', _('week(s)')),
('daily', _('day(s)')),
]
],
initial='weekly'
)
interval = forms.IntegerField(
label=_('Interval'),