Merge pull request #10884 from edx/disable-footer-on-finish-auth
Disable footer on finish_auth.html
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user