Add additional speakers into schedule upload
This commit is contained in:
parent
9ecb9e6c2e
commit
e6da164193
1 changed files with 1 additions and 0 deletions
1
vendor/symposion/schedule/forms.py
vendored
1
vendor/symposion/schedule/forms.py
vendored
|
@ -176,6 +176,7 @@ class ScheduleSectionForm(forms.Form):
|
|||
section_id=1,
|
||||
proposal_base=proposal,
|
||||
speaker=proposal.speaker,
|
||||
additional_speakers=proposal.additional_speakers,
|
||||
title=proposal.title,
|
||||
abstract=proposal.abstract
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue