summaryrefslogtreecommitdiffstats
path: root/askbot/views/users.py
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/views/users.py')
-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 179392d2..c58b5abd 100644
--- a/askbot/views/users.py
+++ b/askbot/views/users.py
@@ -60,6 +60,7 @@ def owner_or_moderator_required(f):
return f(request, profile_owner, context)
return wrapped_func
+
def show_users(request, by_group=False, group_id=None, group_slug=None):
"""Users view, including listing of users by group"""
if askbot_settings.GROUPS_ENABLED and not by_group: