[IMP] SEO tags

bzr revid: fp@tinyerp.com-20140421202518-vqa8l0gtaemzoc32
This commit is contained in:
Fabien Pinckaers 2014-04-21 22:25:18 +02:00
parent c550fcb3d0
commit 1a09a703e4
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class WebsiteForum(http.Controller):
values = self._prepare_forum_values(forum=forum, searches=post)
values.update({
'main_object': forum,
'main_object': tag or forum,
'question_ids': question_ids,
'pager': pager,
'tag': tag,