Skip to content

Commit

Permalink
fix in questions view
Browse files Browse the repository at this point in the history
  • Loading branch information
hrc authored and hrc committed Apr 8, 2010
1 parent b127b12 commit c166afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forum/views/readers.py
Expand Up @@ -173,7 +173,7 @@ def questions(request, tagname=None, unanswered=False):
interesting_tag_names = pt.filter(reason='good').values_list('tag__name', flat=True) interesting_tag_names = pt.filter(reason='good').values_list('tag__name', flat=True)
ignored_tag_names = pt.filter(reason='bad').values_list('tag__name', flat=True) ignored_tag_names = pt.filter(reason='bad').values_list('tag__name', flat=True)


return render_to_response('questions.html.', { return render_to_response('questions.html', {
"questions" : questions, "questions" : questions,
"author_name" : None, "author_name" : None,
"tab_id" : view_id, "tab_id" : view_id,
Expand Down

0 comments on commit c166afa

Please sign in to comment.