diff --git a/addons/website_forum/controllers/main.py b/addons/website_forum/controllers/main.py index 5e62af098e6..e6b3cc63895 100644 --- a/addons/website_forum/controllers/main.py +++ b/addons/website_forum/controllers/main.py @@ -225,7 +225,7 @@ class website_forum(http.Controller): 'searches': post, 'forum': forum, 'questions': user_questions, - 'answers': answers, + 'answers': user_answers, 'total_votes': total_votes, 'up_votes': up_votes, 'down_votes': down_votes, diff --git a/addons/website_forum/views/website_forum.xml b/addons/website_forum/views/website_forum.xml index 854e64f0889..0e805e5582c 100644 --- a/addons/website_forum/views/website_forum.xml +++ b/addons/website_forum/views/website_forum.xml @@ -699,8 +699,8 @@
-
- +
+
@@ -769,5 +769,22 @@ No vote given by you yet!
+ + +