default allow_video_recording to checked
This commit is contained in:
parent
3e12c98b95
commit
1f58471927
|
@ -43,6 +43,9 @@ class BaseEventProposalForm(forms.ModelForm):
|
||||||
# disable the empty_label for the track select box
|
# disable the empty_label for the track select box
|
||||||
self.fields['track'].empty_label = None
|
self.fields['track'].empty_label = None
|
||||||
|
|
||||||
|
# make sure video_recording checkbox defaults to checked
|
||||||
|
self.fields['allow_video_recording'].initial = True
|
||||||
|
|
||||||
|
|
||||||
################################ EventType "Talk" ################################################
|
################################ EventType "Talk" ################################################
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue