Commit 11b3d939 by David Baumgold

Disable footer on finish_auth.html

parent 73786867
......@@ -350,6 +350,7 @@ def finish_auth(request): # pylint: disable=unused-argument
"""
return render_to_response('student_account/finish_auth.html', {
'disable_courseware_js': True,
'disable_footer': True,
})
......
......@@ -17,7 +17,3 @@
<div class="loading-animation"></div>
</div>
</div>
## This overwrites the "footer" block declared in main.html
## with an empty block, effectively hiding the footer.
<%block name="footer"/>
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