profile/views.py
changeset 36 5cd56898033c
parent 35 8318df7e2d52
child 37 c701e68f8d35
--- a/profile/views.py	Fri Jan 07 12:12:06 2011 +0530
+++ b/profile/views.py	Fri Jan 07 12:16:50 2011 +0530
@@ -55,4 +55,5 @@
     context = {'user':user,
                'notifications':active_notifications,
               }                               
+
     return render_to_response('profile/browse_notifications.html', context)