class RegistrationForm(ContactForm):
     form_tag = 'register'
-    form_title = _('Registration form')
+    form_title = _('Take part!')
 
     name = forms.CharField(label=_('Name'), max_length=128)
     contact = forms.EmailField(label=_('E-mail'), max_length=128)
     organization = forms.CharField(label=_('Organization'), 
             max_length=256, required=False)
     title = forms.CharField(label=_('Title of presentation'), 
-            max_length=256)
+            max_length=256, required=False)
     presentation = forms.FileField(label=_('Presentation'),
             required=False)
     summary = forms.CharField(label=_('Summary of presentation (max. 1800 characters)'),
-            widget=forms.Textarea, max_length=1800)
+            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.')
 
 msgstr ""
 "Project-Id-Version: prawokultury\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-10-23 11:55+0200\n"
-"PO-Revision-Date: 2012-10-23 11:56+0100\n"
+"POT-Creation-Date: 2012-11-07 09:55+0100\n"
+"PO-Revision-Date: 2012-11-07 09:57+0100\n"
 "Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n"
 "Language-Team: FNP <fundacja@nowoczesnapolska.org.pl>\n"
 "Language: \n"
 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
 
 #: contact_forms.py:9
-msgid "Registration form"
-msgstr "Formularz rejestracyjny"
+#: menu_items.py:22
+msgid "Take part!"
+msgstr "Weź udział!"
 
 #: contact_forms.py:11
 msgid "Name"
 msgid "I agree to having materials recorded during the conference released under the terms of <a href=\"http://creativecommons.org/licenses/by-sa/3.0/deed\">CC BY-SA</a> license."
 msgstr "Wyrażam zgodę na publikację materiałów zarejestrowanych na konferencji na licencji <a href=\"http://creativecommons.org/licenses/by-sa/3.0/deed.pl\">CC BY-SA</a>."
 
-#: menu_items.py:22
-msgid "Registration"
-msgstr "Rejestracja"
-
 #: templates/404.html:5
 #: templates/404.html.py:10
 msgid "Page not found"
 msgid "If not explicitly stated otherwise, all texts are licensed under the <a href='http://creativecommons.org/licenses/by-sa/3.0/'>Creative Commons Attribution-Share Alike</a> free license."
 msgstr "Jeśli nie oznaczono inaczej, wszystkie teksty są objęte wolną licencją <a href='http://creativecommons.org/licenses/by-sa/3.0/deed.pl'>Creative Commons Uznanie autorstwa – Na tych samych warunkach</a>."
 
+#~ msgid "Registration form"
+#~ msgstr "Formularz rejestracyjny"
+
+#~ msgid "Registration"
+#~ msgstr "Rejestracja"
+
 #~ msgid "Summary"
 #~ msgstr "Podsumowanie prezentacji"
 
 
 add_entry(slug_pl='gdzie')
 add_entry(slug_pl='program')
 add_entry(slug_pl='media')
-ITEMS.append(MenuItem(reverse_lazy('contact_form', args=['register']), _('Registration')))
+ITEMS.append(MenuItem(reverse_lazy('contact_form', args=['register']), _('Take part!')))
 add_entry(slug_pl='materialy')
 add_entry(slug_pl='kontakt')