Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
54d45bae
Commit
54d45bae
authored
Apr 03, 2013
by
chrisndodge
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1796 from MITx/feature/vaxxxa/fix-caption-asset-path
fix caption_asset_path for videoalpha
parents
67fecd3e
c66eabb3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
common/lib/xmodule/xmodule/videoalpha_module.py
+1
-1
No files found.
common/lib/xmodule/xmodule/videoalpha_module.py
View file @
54d45bae
...
@@ -131,7 +131,7 @@ class VideoAlphaModule(VideoAlphaFields, XModule):
...
@@ -131,7 +131,7 @@ class VideoAlphaModule(VideoAlphaFields, XModule):
else
:
else
:
# VS[compat]
# VS[compat]
# cdodge: filesystem static content support.
# cdodge: filesystem static content support.
caption_asset_path
=
"/static/
{0}/subs/"
.
format
(
getattr
(
self
,
'data_dir'
,
None
))
caption_asset_path
=
"/static/
subs/"
return
self
.
system
.
render_template
(
'videoalpha.html'
,
{
return
self
.
system
.
render_template
(
'videoalpha.html'
,
{
'youtube_streams'
:
self
.
youtube_streams
,
'youtube_streams'
:
self
.
youtube_streams
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment