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 734293c commit 9f4e30c
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 9f4e30c

Please sign in to comment.