equal
deleted
inserted
replaced
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, |