diff --git a/cms/templates/asset_index.html b/cms/templates/asset_index.html
index b68e1fbd3b0a6ea37df5e3f03aa154ba4bd0b448..fed7e22c06f731018bf039833e1358678f281169 100644
--- a/cms/templates/asset_index.html
+++ b/cms/templates/asset_index.html
@@ -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>
 
diff --git a/cms/templates/checklists.html b/cms/templates/checklists.html
index af36cc6e31fe50b8ce30dbc5afcd5bf384a99212..87102f58fc715d8064b2e308283946db738d735d 100644
--- a/cms/templates/checklists.html
+++ b/cms/templates/checklists.html
@@ -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>