diff options
-rw-r--r-- | models.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,4 +36,4 @@ character i.e. ,.][!@#$%^&*?_()-') class ChangeOtherForm(forms.Form): - new_attrib = forms.Textarea()
\ No newline at end of file + new_attrib = forms.CharField(widget=forms.Textarea)
\ No newline at end of file |