Merge pull request #10884 from edx/disable-footer-on-finish-auth

Disable footer on finish_auth.html
This commit is contained in:
David Baumgold
2015-12-08 13:26:22 -05:00
2 changed files with 1 additions and 4 deletions

View File

@@ -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,
})

View File

@@ -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"/>