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
764cd862
Commit
764cd862
authored
Sep 16, 2015
by
Ned Batchelder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mako comments have to be double-hash, or they are included on the page.
parent
628eb866
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
cms/templates/course_info.html
+1
-1
lms/templates/sysadmin_dashboard_gitlogs.html
+2
-2
lms/templates/verify_student/pay_and_verify.html
+3
-3
No files found.
cms/templates/course_info.html
View file @
764cd862
...
...
@@ -7,7 +7,7 @@ from django.utils.translation import ugettext as _
from
django
.
template
.
defaultfilters
import
escapejs
%
>
<!-- TODO decode course # from context_course into title -->
## TODO decode course # from context_course into title.
<
%
block
name=
"title"
>
${_("Course Updates")}
</
%
block>
<
%
block
name=
"bodyclass"
>
is-signedin course course-info updates view-updates
</
%
block>
...
...
lms/templates/sysadmin_dashboard_gitlogs.html
View file @
764cd862
...
...
@@ -189,11 +189,11 @@ textarea {
%else:
<div
class=
"page-status"
>
%if not course_id:
#
If viewing all logs there are no logs available, let the user know
#
# If viewing all logs there are no logs available, let the user know.
## Translators: git is a version-control system; see http://git-scm.com/about
${_('No git import logs have been recorded.')}
%else:
#
If viewing a single course and there are no logs available, let the user know
#
# If viewing a single course and there are no logs available, let the user know.
## Translators: git is a version-control system; see http://git-scm.com/about
${_('No git import logs have been recorded for this course.')}
%endif
...
...
lms/templates/verify_student/pay_and_verify.html
View file @
764cd862
...
...
@@ -76,9 +76,9 @@ from verify_student.views import PayAndVerifyView
data-verification-good-until=
'${verification_good_until}'
data-capture-sound=
'${capture_sound}'
#
If
we
reached
the
verification
flow
from
an
in-course
checkpoint
,
#
then
pass
the
checkpoint
location
in
so
that
we
can
associate
#
the
attempt
with
the
checkpoint
on
submission
.
#
#
If
we
reached
the
verification
flow
from
an
in-course
checkpoint
,
#
#
then
pass
the
checkpoint
location
in
so
that
we
can
associate
#
#
the
attempt
with
the
checkpoint
on
submission
.
%
if
checkpoint_location
is
not
None:
data-checkpoint-location=
'${checkpoint_location}'
%
endif
...
...
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