Skip to content

Commit

Permalink
rebase from #725 ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Aug 1, 2024
1 parent 65387b1 commit 2e4939f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lacommunaute/forum/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class ForumForm(forms.ModelForm):
)
image = forms.ImageField(
required=False,
label="Banniere de couverture",
label="Banniere de couverture, format 1200 x 630 pixels recommandé",
widget=forms.FileInput(attrs={"accept": settings.SUPPORTED_IMAGE_FILE_TYPES.keys()}),
)

Expand Down

0 comments on commit 2e4939f

Please sign in to comment.