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 Jun 6, 2022
1 parent 74bf715 commit 3882bd2
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 3882bd2

Please sign in to comment.