gliściński
[prawokultury.git] / prawokultury / contact_forms.py
index ef7cf33..0cc995f 100644 (file)
@@ -324,7 +324,7 @@ class WorkshopForm(ContactForm):
 
     _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', 'gurionova'))
 
@@ -366,8 +366,8 @@ class WorkshopForm(ContactForm):
                 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