Changeset - 9815e1131dee
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 3 months ago 2024-05-17 02:19:42
ben@sturm.com.au
Remove mention of mask requirement
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
vendor/symposion/symposion/speakers/forms.py
Show inline comments
...
 
@@ -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 <a href="/attend/terms-and-conditions/">Terms and Conditions</a>, and I have read, understood, and agree to act according to the standards set forth in our <a href="/attend/code-of-conduct/">Code of Conduct</a>.<br>I agree to the <a href="/attend/health-and-safety/">Health and Safety Guidelines</a>, in particular the <strong>requirement to wear a mask</strong> at this event.'
 
        self.fields['agreement'].help_text = 'I agree to the <a href="/attend/terms-and-conditions/">Terms and Conditions</a>, and I have read, understood, and agree to act according to the standards set forth in our <a href="/attend/code-of-conduct/">Code of Conduct</a>.<br>I agree to the <a href="/attend/health-and-safety/">Health and Safety Guidelines</a>.'
 
        self.fields['biography'].required = True
 
        # self.fields['local_timezone'].required = True
 

	
0 comments (0 inline, 0 general)