Re-set description field to TextArea.
authorRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Thu, 3 Apr 2014 07:41:40 +0000 (09:41 +0200)
committerRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Thu, 3 Apr 2014 07:41:40 +0000 (09:41 +0200)
prawokultury/contact_forms.py

index a50840e..53d23d2 100644 (file)
@@ -24,7 +24,7 @@ class RegistrationForm(ContactForm):
     presentation = forms.FileField(label=_('Presentation'),
             required=False)
     summary = forms.CharField(label=_('Summary of presentation (max. 1800 characters)'),
-            max_length=1800, required=False)
+            widget=forms.Textarea, max_length=1800, required=False)
     agree_data = forms.BooleanField(
         label=_('Permission for data processing'),
         help_text=_(u'I hereby grant Modern Poland Foundation (Fundacja Nowoczesna Polska, ul. MarszaƂkowska 84/92, 00-514 Warszawa) permission to process my personal data (name, e-mail address) for purposes of registration for CopyCamp conference.')