src/cm/views/texts.py
changeset 312 731664a49992
parent 307 0cf1d1fc084c
child 350 9e4b7555d65d
equal deleted inserted replaced
311:459e30951aa2 312:731664a49992
   632     #content = forms.TextField(label=_("Content"))
   632     #content = forms.TextField(label=_("Content"))
   633 
   633 
   634     note = forms.CharField(label=ugettext_lazy("Note (optional)"),
   634     note = forms.CharField(label=ugettext_lazy("Note (optional)"),
   635                            widget=forms.TextInput,
   635                            widget=forms.TextInput,
   636                            required=False,
   636                            required=False,
       
   637                            max_length=100,
   637                            help_text=ugettext_lazy("Add a note to explain the modifications made to the text")
   638                            help_text=ugettext_lazy("Add a note to explain the modifications made to the text")
   638                            )
   639                            )
   639 
   640 
   640     #tags = forms.CharField(label=_("Tags (optional)"),
   641     #tags = forms.CharField(label=_("Tags (optional)"),
   641     #                       widget=forms.TextInput,
   642     #                       widget=forms.TextInput,