Updated video alpha template name to reflect recent changes in master.
This commit is contained in:
@@ -50,7 +50,7 @@ def add_video_to_course(course):
|
||||
|
||||
|
||||
def add_videoalpha_to_course(course):
|
||||
template_name = 'i4x://edx/templates/videoalpha/Video_Alpha_1'
|
||||
template_name = 'i4x://edx/templates/videoalpha/Video_Alpha'
|
||||
world.ItemFactory.create(parent_location=section_location(course),
|
||||
template=template_name,
|
||||
display_name='Video Alpha 1')
|
||||
display_name='Video Alpha')
|
||||
|
||||
Reference in New Issue
Block a user