diff --git a/cms/templates/asset_index.html b/cms/templates/asset_index.html
index b68e1fbd3b..fed7e22c06 100644
--- a/cms/templates/asset_index.html
+++ b/cms/templates/asset_index.html
@@ -23,10 +23,10 @@
diff --git a/cms/templates/checklists.html b/cms/templates/checklists.html
index af36cc6e31..87102f58fc 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 @@