summaryrefslogtreecommitdiffstats
path: root/askbot/views/users.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-09-02 11:40:01 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-09-02 11:40:01 -0400
commitd9c7ba80bcea5be6414f4d98abc527e78a0abb05 (patch)
treedaaf9b1355a9401b97d01abb5380f6a12450ae5d /askbot/views/users.py
parentb7aee071c30818bbd4d297e7bb92d3cbb3f38a5e (diff)
downloadaskbot-d9c7ba80bcea5be6414f4d98abc527e78a0abb05.tar.gz
askbot-d9c7ba80bcea5be6414f4d98abc527e78a0abb05.tar.bz2
askbot-d9c7ba80bcea5be6414f4d98abc527e78a0abb05.zip
whitespace only changes
Diffstat (limited to 'askbot/views/users.py')
-rw-r--r--askbot/views/users.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/views/users.py b/askbot/views/users.py
index d76712e6..031c1003 100644
--- a/askbot/views/users.py
+++ b/askbot/views/users.py
@@ -749,7 +749,7 @@ def user_responses(request, user, context):
'active_tab':'users',
'page_class': 'user-profile-page',
'tab_name' : 'inbox',
- 'inbox_section':section,
+ 'inbox_section': section,
'tab_description' : _('comments and answers to others questions'),
'page_title' : _('profile - responses'),
'post_reject_reasons': reject_reasons,