Skip to content
Snippets Groups Projects
Commit 5e75a56e authored by me5na7qbjqbrp's avatar me5na7qbjqbrp
Browse files

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

parent d73f7c31
No related branches found
No related tags found
3 merge requests!104Beta,!98Morefront,!91Documents
......@@ -39,8 +39,8 @@ class WEIRegistrationForm(forms.ModelForm):
'placeholder': 'Nom ...',
},
),
"birth_date": DatePickerInput(options={'defaultDate':'2000-01-01',
'minDate':'1900-01-01',
"birth_date": DatePickerInput(options={'defaultDate': '2000-01-01',
'minDate': '1900-01-01',
'maxDate': '2100-01-01'}),
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment