fix wrong workshop name
[prawokultury.git] / prawokultury / contact_forms.py
index f9ce14e..ef7cf33 100644 (file)
@@ -315,15 +315,18 @@ class WorkshopForm(ContactForm):
     _h3 = HeaderField(label=mark_safe_lazy(_("<strong>Friday, October 28th, 12 noon–2 p.m.</strong>")))
 
     w_patronite = forms.BooleanField(label=_(
-        u'Mateusz Górski, Michał Leksiński, Patronite: Praktyczne aspekty dozwolonego użytku '
+        u'Mateusz Górski, Michał Leksiński, Patronite: Jak zarabiać i się nie sprzedać – warsztaty dla twórców '
         u'(workshop in Polish)'),
         required=False)
 
+    w_gurionova = forms.BooleanField(label=_(
+        u'Olga Goriunova: The Lurker and the politics of knowledge in data culture'), required=False)
+
     _header_1 = HeaderField(label='')
 
     start_workshops = ('dimitrov', 'vangompel', 'siewicz', 'google', 'patronite')
 
-    slots = (('_h1', 'dimitrov', 'vangompel'), ('_h2', 'siewicz', 'google'), ('_h3', 'patronite'))
+    slots = (('_h1', 'dimitrov', 'vangompel'), ('_h2', 'siewicz', 'google'), ('_h3', 'patronite', 'gurionova'))
 
     agree_mailing = forms.BooleanField(
         label=_('I am interested in receiving information about the Modern Poland Foundation\'s activities by e-mail'),