1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2024-11-26 18:37:12 +00:00

missing whitespace after ':' in apps/wei/forms/registration.py

This commit is contained in:
Alexandre Iooss 2020-08-09 19:38:13 +02:00
parent d73f7c31a1
commit 5e75a56eda

View File

@ -39,8 +39,8 @@ class WEIRegistrationForm(forms.ModelForm):
'placeholder': 'Nom ...', 'placeholder': 'Nom ...',
}, },
), ),
"birth_date": DatePickerInput(options={'defaultDate':'2000-01-01', "birth_date": DatePickerInput(options={'defaultDate': '2000-01-01',
'minDate':'1900-01-01', 'minDate': '1900-01-01',
'maxDate': '2100-01-01'}), 'maxDate': '2100-01-01'}),
} }