diff --git a/vendor/symposion/symposion/speakers/forms.py b/vendor/symposion/symposion/speakers/forms.py index 8887a69c2a1793c0b1c36a0bb7c845719af3dd9e..c74d6e3d93f0e8f07e80ef080dc4047b4f69426c 100644 --- a/vendor/symposion/symposion/speakers/forms.py +++ b/vendor/symposion/symposion/speakers/forms.py @@ -30,7 +30,7 @@ class SpeakerForm(forms.ModelForm): def __init__(self, *a, **k): super(SpeakerForm, self).__init__(*a, **k) self.fields['agreement'].required = True - self.fields['agreement'].help_text = 'I agree to the Terms and Conditions, and I have read, understood, and agree to act according to the standards set forth in our Code of Conduct.
I agree to the Health and Safety Guidelines, in particular the requirement to wear a mask at this event.' + self.fields['agreement'].help_text = 'I agree to the Terms and Conditions, and I have read, understood, and agree to act according to the standards set forth in our Code of Conduct.
I agree to the Health and Safety Guidelines.' self.fields['biography'].required = True # self.fields['local_timezone'].required = True