summaryrefslogtreecommitdiffstats
path: root/askbot/views
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/views')
-rw-r--r--askbot/views/users.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/askbot/views/users.py b/askbot/views/users.py
index 61273e95..2131c206 100644
--- a/askbot/views/users.py
+++ b/askbot/views/users.py
@@ -682,6 +682,7 @@ def user_responses(request, user, context):
'inbox_section':section,
'tab_description' : _('comments and answers to others questions'),
'page_title' : _('profile - responses'),
+ 'post_reject_reasons': models.Post.objects.filter(post_type = 'reject_reason'),
'responses' : filtered_response_list,
}
context.update(data)