summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/models.py b/models.py
index 7415b7f..5c499bc 100644
--- a/models.py
+++ b/models.py
@@ -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