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
5e45861d
Commit
5e45861d
authored
Oct 17, 2013
by
Giulio Gratta
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1374 from edx/giulio/video-help-text
Added help text to multiple speed video fields
parents
d82fa038
23bd9f50
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
common/lib/xmodule/xmodule/video_module.py
+3
-3
No files found.
common/lib/xmodule/xmodule/video_module.py
View file @
5e45861d
...
...
@@ -63,19 +63,19 @@ class VideoFields(object):
default
=
"OEoXaMPEzfM"
)
youtube_id_0_75
=
String
(
help
=
"
T
he Youtube ID for the .75x speed video."
,
help
=
"
Optional, for older browsers: t
he Youtube ID for the .75x speed video."
,
display_name
=
"Youtube ID for .75x speed"
,
scope
=
Scope
.
settings
,
default
=
""
)
youtube_id_1_25
=
String
(
help
=
"
T
he Youtube ID for the 1.25x speed video."
,
help
=
"
Optional, for older browsers: t
he Youtube ID for the 1.25x speed video."
,
display_name
=
"Youtube ID for 1.25x speed"
,
scope
=
Scope
.
settings
,
default
=
""
)
youtube_id_1_5
=
String
(
help
=
"
T
he Youtube ID for the 1.5x speed video."
,
help
=
"
Optional, for older browsers: t
he Youtube ID for the 1.5x speed video."
,
display_name
=
"Youtube ID for 1.5x speed"
,
scope
=
Scope
.
settings
,
default
=
""
...
...
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