Merge pull request #18422 from edx/fsheets/sfe-headings-fix

Fix for header level in new SFE pages
This commit is contained in:
Farhanah Sheets
2018-06-21 10:58:54 -04:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

View File

@@ -23,10 +23,10 @@
<div class="wrapper-mast wrapper">
<header class="mast has-actions has-subtitle">
<h3 class="page-header">
<h2 class="page-header">
<small class="subtitle">${_("Content")}</small>
<span class="sr">- </span>${_("Files & Uploads")}
</h3>
</h2>
</header>
</div>

View File

@@ -9,7 +9,7 @@
from openedx.core.djangolib.js_utils import js_escaped_string, dump_js_escaped_json
%>
<%block name="title">${_("Checklists")}</%block>
<%block name="bodyclass">is-signedin course uploads view-uploads</%block>
<%block name="bodyclass">is-signedin course</%block>
<%namespace name='static' file='static_content.html'/>
@@ -21,10 +21,10 @@
<div class="wrapper-mast wrapper">
<header class="mast has-actions has-subtitle">
<h3 class="page-header">
<small class="subtitle">${_("Content")}</small>
<h2 class="page-header">
<small class="subtitle">${_("Tools")}</small>
<span class="sr">- </span>${_("Checklists")}
</h3>
</h2>
</header>
</div>