diff --git a/src/fellchensammlung/forms.py b/src/fellchensammlung/forms.py index b684370..f7b0f63 100644 --- a/src/fellchensammlung/forms.py +++ b/src/fellchensammlung/forms.py @@ -38,9 +38,7 @@ class AdoptionNoticeForm(forms.ModelForm): class Meta: model = AdoptionNotice fields = ['name', "group_only", "further_information", "description", "searching_since"] - widgets = { - 'searching_since': DateInput(), - } + class ImageForm(forms.ModelForm):