Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
code.vt.edu will be down for maintenance from 0530-0630 EDT Wednesday, March 26th
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
59b8bb54
Commit
59b8bb54
authored
8 years ago
by
Nimisha Asthagiri
Browse files
Options
Downloads
Patches
Plain Diff
Fix Dashboard safe template.
parent
8e591f63
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lms/templates/dashboard.html
+2
-1
2 additions, 1 deletion
lms/templates/dashboard.html
with
2 additions
and
1 deletion
lms/templates/dashboard.html
+
2
−
1
View file @
59b8bb54
...
...
@@ -8,6 +8,7 @@ from django.template import RequestContext
import
third_party_auth
from
third_party_auth
import
pipeline
from
openedx.core.djangolib.js_utils
import
dump_js_escaped_json
,
js_escaped_string
from
openedx.core.djangolib.markup
import
Text
,
HTML
%
>
<
%
...
...
@@ -200,7 +201,7 @@ from openedx.core.djangolib.js_utils import dump_js_escaped_json, js_escaped_str
<header>
<h2
id=
"email-settings-title"
>
${_("Email Settings for {course_number}").format(course_number='
<span
id=
"email_settings_course_number"
></span>
')}
${
Text(
_("Email Settings for {course_number}")
)
.format(course_number=
HTML(
'
<span
id=
"email_settings_course_number"
></span>
')
)
}
<span
class=
"sr"
>
,
## Translators: this text gives status on if the modal interface (a menu or piece of UI that takes the full focus of the screen) is open or not
${_("window open")}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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