diff options
-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) |