Skip to content

Commit

Permalink
Adapte le texte de la modale de sélection des tags d'un contenu
Browse files Browse the repository at this point in the history
Adapte le texte à la largeur de la modale, pour éviter que les deux
points ne se retrouvent seuls sur une nouvelle ligne.
  • Loading branch information
philippemilink committed May 27, 2022
1 parent 36fdfd3 commit 1bb7e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zds/tutorialv2/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def clean(self):

class EditContentTagsForm(forms.Form):
tags = forms.CharField(
label=_("Tags séparés par des virgules (exemple : python,django,web) :"),
label=_("Tags séparés par des virgules (exemple : python,api,web) :"),
max_length=64,
required=False,
widget=forms.TextInput(
Expand Down

0 comments on commit 1bb7e1a

Please sign in to comment.