Skip to content

Commit

Permalink
derp. forget to check in a change to save the slot override
Browse files Browse the repository at this point in the history
  • Loading branch information
codersquid committed Jun 17, 2014
1 parent d0127fa commit 2784fc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions symposion/schedule/management/commands/create_schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def create_presentation_slots(data):

if description != '':
slot.content_override = description
slot.save()

if proposal_id:
assign_presentation(slot, schedule.section, proposal_id)
Expand Down

0 comments on commit 2784fc6

Please sign in to comment.