From: Jan Szejko Date: Tue, 20 Sep 2016 08:20:09 +0000 (+0200) Subject: fix form (agree_toc) X-Git-Url: https://git.mdrn.pl/prawokultury.git/commitdiff_plain/8dfdf23561fd3566cb066b6939a7234697e231f6 fix form (agree_toc) --- diff --git a/prawokultury/contact_forms.py b/prawokultury/contact_forms.py index 009bd45..798c921 100644 --- a/prawokultury/contact_forms.py +++ b/prawokultury/contact_forms.py @@ -156,7 +156,7 @@ class RegistrationForm(ContactForm): 'areas', 'areas_other', 'source', 'source_other', 'motivation', 'motivation_other')] def agreement_fields(self): - return [self[name] for name in ('agree_mailing', 'agree_data', 'agree_license')] + return [self[name] for name in ('agree_mailing', 'agree_data', 'agree_license', 'agree_toc')] tracks = (