diff --git a/bds/forms.py b/bds/forms.py index e54f17d4..557f7c83 100644 --- a/bds/forms.py +++ b/bds/forms.py @@ -33,3 +33,4 @@ class ProfileForm(forms.ModelForm): class Meta: model = BDSProfile exclude = ["user"] + widgets = {"birthdate": forms.DateInput(attrs={"type": "date"})}