Subevent bulk creation: Change default for end date

This commit is contained in:
Raphael Michel
2021-05-21 18:00:38 +02:00
parent c230436108
commit 3f7fe09a45

View File

@@ -491,7 +491,7 @@ class RRuleForm(forms.Form):
),
label=_('Last date'),
required=True,
initial=lambda: now() + timedelta(days=365)
initial=lambda: now() + timedelta(days=30)
)
yearly_bysetpos = forms.ChoiceField(