summaryrefslogtreecommitdiffstats
path: root/core/views_other.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/views_other.py')
-rw-r--r--core/views_other.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views_other.py b/core/views_other.py
index 67726cc..0b3e6c3 100644
--- a/core/views_other.py
+++ b/core/views_other.py
@@ -29,7 +29,7 @@ def troggle404(request): # cannot get this to work. Handler404 in urls.py not ri
'''
context = RequestContext(request)
#context['caves'] = Cave.objects.all()
- return render_to_response('404.html', context.flatten())
+ return render(request, ('404.html', context.flatten()))
def showrequest(request):
return HttpResponse(request.GET)