fnp
/
prawokultury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
gliściński
[prawokultury.git]
/
prawokultury
/
contact_forms.py
diff --git
a/prawokultury/contact_forms.py
b/prawokultury/contact_forms.py
index
f9ce14e
..
0cc995f
100644
(file)
--- a/
prawokultury/contact_forms.py
+++ b/
prawokultury/contact_forms.py
@@
-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=_(
_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)
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='')
_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'),
agree_mailing = forms.BooleanField(
label=_('I am interested in receiving information about the Modern Poland Foundation\'s activities by e-mail'),
@@
-363,8
+366,8
@@
class WorkshopForm(ContactForm):
some_full = True
if 'w_%s' % k in self.fields:
del self.fields['w_%s' % k]
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
if not some_full:
self.fields['_header'].help_text = None