Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
8ba1d522
Commit
8ba1d522
authored
4 years ago
by
uzairr
Browse files
Options
Downloads
Patches
Plain Diff
fix xss in transcript not found template
PROD-2017
parent
ffd585cf
No related branches found
Branches containing commit
Tags
release-2020-08-28-11.39
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cms/templates/js/video/transcripts/messages/transcripts-not-found.underscore
+7
-7
7 additions, 7 deletions
...deo/transcripts/messages/transcripts-not-found.underscore
with
7 additions
and
7 deletions
cms/templates/js/video/transcripts/messages/transcripts-not-found.underscore
+
7
−
7
View file @
8ba1d522
<div class="transcripts-message-status status-error"><span class="icon fa fa-remove" aria-hidden="true"></span><%
=
gettext("No Timed Transcript") %></div>
<div class="transcripts-message-status status-error"><span class="icon fa fa-remove" aria-hidden="true"></span><%
-
gettext("No Timed Transcript") %></div>
<p class="transcripts-message">
<%
=
gettext("EdX doesn\'t have a timed transcript for this video. Please upload an .srt file.") %>
<%
-
gettext("EdX doesn\'t have a timed transcript for this video. Please upload an .srt file.") %>
</p>
<div class="transcripts-file-uploader"></div>
<p class="transcripts-error-message is-invisible">
<%
=
gettext("Error.") %>
<%
-
gettext("Error.") %>
</p>
<div class="wrapper-transcripts-buttons">
<button class="action setting-upload" type="button" name="setting-upload" value="<%
=
gettext("Upload New Transcript") %>" data-tooltip="<%
=
gettext("Upload New Transcript") %>">
<%
=
gettext("Upload New Transcript") %>
<button class="action setting-upload" type="button" name="setting-upload" value="<%
-
gettext("Upload New Transcript") %>" data-tooltip="<%
-
gettext("Upload New Transcript") %>">
<%
-
gettext("Upload New Transcript") %>
</button>
<a class="action setting-download is-disabled" aria-disabled="true" href="javascropt: void(0);" data-tooltip="<%
=
gettext("Download Transcript for Editing") %>">
<%
=
gettext("Download Transcript for Editing") %>
<a class="action setting-download is-disabled" aria-disabled="true" href="javascropt: void(0);" data-tooltip="<%
-
gettext("Download Transcript for Editing") %>">
<%
-
gettext("Download Transcript for Editing") %>
</a>
</div>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment