Commit d32611be by Brian Talbot

Merge pull request #1217 from edx/talbs/fix-studio-bodyclasses

Studio: Fix - HTML <body> class regressions
parents 66b8e1fc 39b578c0
......@@ -3,7 +3,7 @@
<%! from django.utils.translation import ugettext as _ %>
<%block name="title">${_("Files &amp; Uploads")}</%block>
<%block name="bodyclass">is-signedin course view-uploads</%block>
<%block name="bodyclass">is-signedin course uploads view-uploads</%block>
<%namespace name='static' file='static_content.html'/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment