Ajout d'une explication sur le champs catégorie

This commit is contained in:
Jean-Marie Favreau
2024-08-16 11:11:03 +02:00
parent ca1db6890d
commit ac641ce702
2 changed files with 15 additions and 11 deletions

View File

@@ -44,6 +44,7 @@ class URLSubmissionForm(Form):
label=_("Category"),
queryset=Category.objects.all().order_by("name"),
empty_label=_("Unknown"),
help_text=_('Optional. If you don''t specify a category, we''ll find it for you.'),
required=False,
)