From: matt Date: Mon, 23 Aug 2010 13:13:15 +0000 (+0000) Subject: this won't be in the tabs, so keep it from throwing an exception when the URL for... X-Git-Tag: live~567 X-Git-Url: https://git.openstreetmap.org./osqa.git/commitdiff_plain/25c4f50aaedd1cb457f0dd1b9c2a4c722784629d?ds=inline this won't be in the tabs, so keep it from throwing an exception when the URL for onlineusers isn't present yet. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@567 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/forum/views/users.py b/forum/views/users.py index 1d12b4e..2e66598 100644 --- a/forum/views/users.py +++ b/forum/views/users.py @@ -70,7 +70,7 @@ def users(request): }) -@decorators.render('users/online_users.html', 'online_users', _('Online Users'), weight=200) +@decorators.render('users/online_users.html', 'online_users', _('Online Users'), weight=200, tabbed=False) def online_users(request): suser = request.REQUEST.get('q', "")