I am trying to return html via and Ajax call and I have the following snippet of code in my view
if request.is_ajax(): t = loader.get_template(\'frontend/sc
The first argument of RequestContext is a request object.
You could either add the request object or use the Context class instead.