diff options
author | Nishanth Amuluru | 2011-01-07 12:16:50 +0530 |
---|---|---|
committer | Nishanth Amuluru | 2011-01-07 12:16:50 +0530 |
commit | 6204222b31e3225e345c3fddde631d49281cdc71 (patch) | |
tree | ce9082850e5b97001123e4851504eb156b48f981 | |
parent | a283be285af46a29fd774199fb58385ca68ba009 (diff) | |
download | pytask-6204222b31e3225e345c3fddde631d49281cdc71.tar.gz pytask-6204222b31e3225e345c3fddde631d49281cdc71.tar.bz2 pytask-6204222b31e3225e345c3fddde631d49281cdc71.zip |
created template for browse notifications
-rwxr-xr-x | profile/views.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profile/views.py b/profile/views.py index b6da227..9192180 100755 --- a/profile/views.py +++ b/profile/views.py @@ -55,4 +55,5 @@ def browse_notifications(request): context = {'user':user, 'notifications':active_notifications, } + return render_to_response('profile/browse_notifications.html', context) |