From b0df484fe200977fb6bbfe071db819b873abf346 Mon Sep 17 00:00:00 2001 From: hernani Date: Mon, 10 May 2010 22:32:40 +0000 Subject: [PATCH] Forgottent test code. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@206 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- forum/views/readers.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/forum/views/readers.py b/forum/views/readers.py index e6afdfe..77d27d0 100644 --- a/forum/views/readers.py +++ b/forum/views/readers.py @@ -68,8 +68,6 @@ def tag(request, tag): def question_list(request, initial, list_description=_('questions'), sort=None, base_path=None, page_title=None, allowIgnoreTags=True): questions = initial.filter(deleted=None, in_moderation=None) - test = request.user.marked_tags - if request.user.is_authenticated() and allowIgnoreTags: questions = questions.filter(~Q(tags__id__in = request.user.marked_tags.filter(user_selections__reason = 'bad'))) -- 2.45.2