From 676fbd509e537b625416472d573e2d71493c5263 Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Tue, 25 Oct 2016 18:07:58 +0200 Subject: [PATCH 1/1] fix in workshop registration form --- prawokultury/contact_forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prawokultury/contact_forms.py b/prawokultury/contact_forms.py index 1aeda3d..0cc995f 100644 --- a/prawokultury/contact_forms.py +++ b/prawokultury/contact_forms.py @@ -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')) -- 2.20.1