X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/9fae328f6c1e7e5c1f4485ddbab71b4000dbd110..3552318f888ebf2ab262ca435ec00eb706badadd:/prawokultury/contact_forms.py?ds=inline diff --git a/prawokultury/contact_forms.py b/prawokultury/contact_forms.py index 60ef542..009bd45 100644 --- a/prawokultury/contact_forms.py +++ b/prawokultury/contact_forms.py @@ -220,6 +220,7 @@ class RegisterSpeaker(RegistrationForm): def __init__(self, *args, **kw): super(RegisterSpeaker, self).__init__(*args, **kw) + self.started = getattr(settings, 'REGISTRATION_SPEAKER_STARTED', False) self.closed = getattr(settings, 'REGISTRATION_SPEAKER_CLOSED', False) self.fields.keyOrder = [ 'first_name',