UPD: proper setup of datetimewidget in export form.

This commit is contained in:
2018-12-20 15:45:30 +01:00
parent 188589c8b0
commit 8724240ba0

View File

@@ -78,6 +78,8 @@ class EventListExportForm(forms.Form):
options={
# 'format': 'dd.mm.yyyy',
# 'weekStart': 1,
'startView': 3,
'clearBtn': True,
'pickerPosition': 'bottom-left',
},
bootstrap_version=3))