We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5652c1 commit 7aa55efCopy full SHA for 7aa55ef
readthedocs/restapi/views/footer_views.py
@@ -121,8 +121,8 @@ def footer_html(request):
121
'theme': theme,
122
}
123
124
- request_context = RequestContext(request, context)
125
- html = template_loader.get_template('restapi/footer.html').render(request_context)
+ html = template_loader.get_template('restapi/footer.html').render(context,
+ request)
126
resp_data = {
127
'html': html,
128
'version_active': version.active,
0 commit comments