# HG changeset patch # User Nishanth Amuluru # Date 1294382810 -19800 # Node ID 5cd56898033cce6794d3e2ce0c05bb41ae960780 # Parent 8318df7e2d52382bee1ef6d063a31e6ccdc45652 created template for browse notifications diff -r 8318df7e2d52 -r 5cd56898033c 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)