summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNishanth Amuluru2011-01-07 12:16:50 +0530
committerNishanth Amuluru2011-01-07 12:16:50 +0530
commit6204222b31e3225e345c3fddde631d49281cdc71 (patch)
treece9082850e5b97001123e4851504eb156b48f981
parenta283be285af46a29fd774199fb58385ca68ba009 (diff)
downloadpytask-6204222b31e3225e345c3fddde631d49281cdc71.tar.gz
pytask-6204222b31e3225e345c3fddde631d49281cdc71.tar.bz2
pytask-6204222b31e3225e345c3fddde631d49281cdc71.zip
created template for browse notifications
-rwxr-xr-xprofile/views.py1
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)