pytask/taskapp/views.py
changeset 489 9cd090b8cd52
parent 451 09a1ee04a3f4
child 495 773e886d9b80
--- a/pytask/taskapp/views.py	Thu Jan 20 06:02:34 2011 +0530
+++ b/pytask/taskapp/views.py	Thu Jan 20 06:12:25 2011 +0530
@@ -72,7 +72,8 @@
 
     user = request.user
     if not user.is_authenticated():
-        return shortcuts.render_to_response("task/browse.html")
+        return shortcuts.render_to_response("task/browse.html",
+                                            RequestContext(request, context))
 
     profile = user.get_profile()