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,
|
section_id=1,
|
||||||
proposal_base=proposal,
|
proposal_base=proposal,
|
||||||
speaker=proposal.speaker,
|
speaker=proposal.speaker,
|
||||||
|
additional_speakers=proposal.additional_speakers,
|
||||||
title=proposal.title,
|
title=proposal.title,
|
||||||
abstract=proposal.abstract
|
abstract=proposal.abstract
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue