Commit 2394fc70 by Tom Christie

And add RequestContext too

parent c81c0d84
......@@ -2,6 +2,7 @@ from django.contrib.auth.views import *
from django.conf import settings
from django.http import HttpResponse
from django.shortcuts import render_to_response
from django.template import RequestContext
import base64
def deny_robots(request):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment