Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Feb 25, 2025
1 parent 315ea6e commit 734293c
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 @@ -62,7 +62,7 @@ class Meta:

class SubCategoryForumUpdateForm(ForumForm):
parent = forms.ModelChoiceField(
label="Catégorie de la fiche pratique",
label="Catégorie de la fiche pratique -",
queryset=Forum.objects.filter(type=Forum.FORUM_CAT, level=0),
required=False,
)
Expand Down

0 comments on commit 734293c

Please sign in to comment.