From b1363d2efc54c8d8c4aa43d5e1e1c6ae5848808e Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Thu, 3 Apr 2014 09:41:40 +0200 Subject: [PATCH] Re-set description field to TextArea. --- prawokultury/contact_forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prawokultury/contact_forms.py b/prawokultury/contact_forms.py index a50840e..53d23d2 100644 --- a/prawokultury/contact_forms.py +++ b/prawokultury/contact_forms.py @@ -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.') -- 2.20.1