fix in workshop registration form
authorJan Szejko <janek37@gmail.com>
Tue, 25 Oct 2016 16:07:58 +0000 (18:07 +0200)
committerJan Szejko <janek37@gmail.com>
Tue, 25 Oct 2016 16:07:58 +0000 (18:07 +0200)
prawokultury/contact_forms.py

index 1aeda3d..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'))