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
7fd52780
Commit
7fd52780
authored
Feb 14, 2017
by
Sanford Student
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
just seeing what happens if i do this
parent
3df7286d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
lms/templates/courseware/courseware-chromeless.html
+1
-1
lms/templates/courseware/courseware.html
+2
-4
No files found.
lms/templates/courseware/courseware-chromeless.html
View file @
7fd52780
...
@@ -70,7 +70,7 @@ ${HTML(fragment.foot_html())}
...
@@ -70,7 +70,7 @@ ${HTML(fragment.foot_html())}
</
%
block>
</
%
block>
<div
class=
"course-wrapper"
>
<div
class=
"course-wrapper"
>
<
section
class=
"course-content"
id=
"course-content"
tabindex=
"-1
"
>
<
main
class=
"course-content"
id=
"main"
tabindex=
"-1"
aria-label=
"Content
"
>
${HTML(fragment.body_html())}
${HTML(fragment.body_html())}
</section>
</section>
</div>
</div>
...
...
lms/templates/courseware/courseware.html
View file @
7fd52780
...
@@ -150,9 +150,8 @@ ${HTML(fragment.foot_html())}
...
@@ -150,9 +150,8 @@ ${HTML(fragment.foot_html())}
</div>
</div>
% endif
% endif
<
section
class=
"course-content"
id=
"course-content"
tabindex=
"-1
"
>
<
main
class=
"course-content"
id=
"main"
tabindex=
"-1"
aria-label=
"Content
"
>
<div
class=
"path"
></div>
<div
class=
"path"
></div>
<main
id=
"main"
aria-label=
"Content"
>
% if getattr(course, 'entrance_exam_enabled') and \
% if getattr(course, 'entrance_exam_enabled') and \
getattr(course, 'entrance_exam_minimum_score_pct') and \
getattr(course, 'entrance_exam_minimum_score_pct') and \
entrance_exam_current_score is not UNDEFINED:
entrance_exam_current_score is not UNDEFINED:
...
@@ -184,8 +183,7 @@ ${HTML(fragment.foot_html())}
...
@@ -184,8 +183,7 @@ ${HTML(fragment.foot_html())}
% endif
% endif
${HTML(fragment.body_html())}
${HTML(fragment.body_html())}
</main>
</main>
</section>
<section
class=
"courseware-results-wrapper"
>
<section
class=
"courseware-results-wrapper"
>
<div
id=
"loading-message"
aria-live=
"polite"
aria-relevant=
"all"
></div>
<div
id=
"loading-message"
aria-live=
"polite"
aria-relevant=
"all"
></div>
...
...
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