diff options
| author | Johan Lundberg <lundberg@nordu.net> | 2011-05-17 15:53:10 +0200 |
|---|---|---|
| committer | Johan Lundberg <lundberg@nordu.net> | 2011-05-17 15:53:10 +0200 |
| commit | aa078c503bae0c955893a903b20533c2eed7c24a (patch) | |
| tree | aa027ae58218b8555c4b011d08d56e532dbdbd77 | |
| parent | 7f8d9188e545f26c5a16001e7ffd295d3ad0fb3d (diff) | |
Small form error.
| -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 |
