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)