| changeset 312 | 731664a49992 |
| parent 307 | 0cf1d1fc084c |
| child 350 | 9e4b7555d65d |
--- a/src/cm/views/texts.py Wed Sep 29 14:43:40 2010 +0200 +++ b/src/cm/views/texts.py Mon Oct 04 14:21:17 2010 +0200 @@ -634,6 +634,7 @@ note = forms.CharField(label=ugettext_lazy("Note (optional)"), widget=forms.TextInput, required=False, + max_length=100, help_text=ugettext_lazy("Add a note to explain the modifications made to the text") )