I\'ve enabled the django request processor
TEMPLATE_PROCESSORS = ( \"django.core.context_processors.auth\", \"django.core.context_processors.debug\", \"djang
Are you sure you don't have the request variable available to the template? What happens when you remove the line
request
'request':request,
that's different from when that line is present. If your template loads the same either way, the problem is with your template.