Changed start view for last_day from select day to select month.

This commit is contained in:
2018-02-21 17:35:02 +01:00
parent 8a647dd41b
commit 7ace955c39

View File

@@ -160,6 +160,7 @@ class ModeForm(EventCreateForm):
options={
# 'format': 'dd.mm.yyyy',
# 'weekStart': 1,
'startView': 3,
'pickerPosition': 'bottom-left',
},
bootstrap_version=3))