feat: Remove unused title from image

This commit is contained in:
2024-05-31 13:51:14 +02:00
parent 8d92539b22
commit 5f13736753
2 changed files with 6 additions and 5 deletions

View File

@@ -90,7 +90,7 @@ class ImageForm(forms.ModelForm):
class Meta:
model = Image
fields = ('title', 'image', 'alt_text')
fields = ('image', 'alt_text')
class ReportAdoptionNoticeForm(forms.ModelForm):