_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')
+ start_workshops = ('dimitrov', 'vangompel', 'siewicz', 'google', 'patronite', 'gurionova')
- 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'),
some_full = True
if 'w_%s' % k in self.fields:
del self.fields['w_%s' % k]
- if k in self.workshops:
- self.workshops.remove(k)
+ # if k in self.workshops:
+ # self.workshops.remove(k)
if not some_full:
self.fields['_header'].help_text = None