refactor: Remove date widget to allow editing
This commit is contained in:
parent
ba5c165ce0
commit
eea30a46b0
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user