]> git.openstreetmap.org Git - osqa.git/commitdiff
closes OSQA 401 - Wrong page title in search results
authorhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Tue, 13 Jul 2010 15:02:01 +0000 (15:02 +0000)
committerhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Tue, 13 Jul 2010 15:02:01 +0000 (15:02 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@523 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum/views/readers.py

index a47d42cd5b4e97ef34a71a38428daff13240f937..4fbc6bcbb13bd56b4003e27890606e605e2894a7 100644 (file)
@@ -203,8 +203,7 @@ def question_search(request, keywords):
 
     return question_list(request, initial,
                          _("questions matching '%(keywords)s'") % {'keywords': keywords},
-                         False,
-                         "%s?t=question&q=%s" % (reverse('search'),django_urlquote(keywords)),
+                         None,
                          _("questions matching '%(keywords)s'") % {'keywords': keywords},
                          paginator_context=paginator_context)