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
ac8eeac7
Commit
ac8eeac7
authored
Feb 03, 2014
by
Dave St.Germain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed extraneous title block that was replacing the breadcrumbs
parent
27b2ff7e
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
13 deletions
+7
-13
lms/templates/courseware/info.html
+3
-5
lms/templates/verify_student/midcourse_photo_reverification.html
+1
-1
lms/templates/verify_student/midcourse_reverification_confirmation.html
+1
-1
lms/templates/verify_student/midcourse_reverify_dash.html
+1
-5
lms/templates/verify_student/reverification_window_expired.html
+1
-1
No files found.
lms/templates/courseware/info.html
View file @
ac8eeac7
<
%!
from
django
.
utils
.
translation
import
ugettext
as
_
%
>
<
%!
from
courseware
.
courses
import
get_course_info_section
%
>
<
%
inherit
file=
"/main.html"
/>
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%
inherit
file=
"
..
/main.html"
/>
<
%
namespace
name=
'static'
file=
'
..
/static_content.html'
/>
<
%
block
name=
"pagetitle"
>
${_
_
("{course_number} Course Info").format(course_number=course.display_number_with_default)}
</
%
block>
<
%
block
name=
"pagetitle"
>
${_("{course_number} Course Info").format(course_number=course.display_number_with_default)}
</
%
block>
<
%
block
name=
"headextra"
>
<
%
static:css
group=
'style-course-vendor'
/>
<
%
static:css
group=
'style-course'
/>
</
%
block>
<
%
block
name=
"title"
><title>
${_("{course_number} Course Info").format(course_number=course.display_number_with_default)}
</title></
%
block>
<
%
include
file=
"/dashboard/_dashboard_prompt_midcourse_reverify.html"
/>
<
%
include
file=
"/courseware/course_navigation.html"
args=
"active_page='info'"
/>
...
...
lms/templates/verify_student/midcourse_photo_reverification.html
View file @
ac8eeac7
...
...
@@ -4,7 +4,7 @@
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%
block
name=
"bodyclass"
>
midcourse-reverification-process is-not-verified step-photos register
</
%
block>
<
%
block
name=
"
title"
><title>
${_("Re-Verify")}
</title>
</
%
block>
<
%
block
name=
"
pagetitle"
>
${_("Re-Verify")}
</
%
block>
<
%
block
name=
"js_extra"
>
<script
src=
"${static.url('js/vendor/responsive-carousel/responsive-carousel.js')}"
></script>
...
...
lms/templates/verify_student/midcourse_reverification_confirmation.html
View file @
ac8eeac7
...
...
@@ -5,7 +5,7 @@
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%
block
name=
"bodyclass"
>
register verification-process is-not-verified step-confirmation
</
%
block>
<
%
block
name=
"
title"
><title>
${_("Re-Verification Submission Confirmation")}
</title>
</
%
block>
<
%
block
name=
"
pagetitle"
>
${_("Re-Verification Submission Confirmation")}
</
%
block>
<
%
block
name=
"content"
>
...
...
lms/templates/verify_student/midcourse_reverify_dash.html
View file @
ac8eeac7
...
...
@@ -2,11 +2,7 @@
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<
%
inherit
file=
"../main.html"
/>
<
%
block
name=
"bodyclass"
>
midcourse-reverification-process step-dash register
</
%
block>
<
%
block
name=
"title"
>
<title>
${_("Reverification Status")}
</title>
</
%
block>
<
%
block
name=
"pagetitle"
>
${_("Reverification Status")}
</
%
block>
<
%
block
name=
"content"
>
<div
class=
"container"
>
...
...
lms/templates/verify_student/reverification_window_expired.html
View file @
ac8eeac7
...
...
@@ -5,7 +5,7 @@
<
%
namespace
name=
'static'
file=
'/static_content.html'
/>
<
%
block
name=
"bodyclass"
>
register verification-process is-not-verified step-confirmation
</
%
block>
<
%
block
name=
"
title"
><title>
${_("Re-Verification Failed")}
</title>
</
%
block>
<
%
block
name=
"
pagetitle"
>
${_("Re-Verification Failed")}
</
%
block>
<
%
block
name=
"js_extra"
>
<script
src=
"${static.url('js/vendor/responsive-carousel/responsive-carousel.js')}"
></script>
...
...
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