created template for browse notifications
authorNishanth Amuluru <nishanth@fossee.in>
Fri, 07 Jan 2011 12:16:50 +0530
changeset 36 5cd56898033c
parent 35 8318df7e2d52
child 37 c701e68f8d35
created template for browse notifications
profile/views.py
--- 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)