field is called allow_video_recording in EventProposal

This commit is contained in:
Thomas Steen Rasmussen 2017-07-11 05:24:08 +02:00
parent 65a085b3ab
commit bded5d8192
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ class EventProposal(UserSubmittedModel):
event.abstract = self.abstract
event.event_type = self.event_type
event.proposal = self
event.video_recording = self.video_recording
event.video_recording = self.allow_video_recording
event.save()
# loop through the speakerproposals linked to this eventproposal and associate any related speaker objects with this event
for sp in self.speakers.all():