Commit 35c63876 by Waheed Ahmed

Fixed creating new run.

parent 8e08e85c
......@@ -487,6 +487,8 @@ class CreateCourseRunView(mixins.LoginRequiredMixin, CreateView):
new_run.staff.add(*staff)
new_run.transcript_languages.add(*transcript_languages)
new_run.save()
def get_seat_initial_data(self):
initial_seat_data = {}
last_run = self.get_last_run()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment