[FIX] website_forum: fixed link of answer's author, was redirecting

to the current users instead of the post's author;

bzr revid: tde@openerp.com-20140425124911-z4dqhm64yabq214t
This commit is contained in:
Thibault Delavallée 2014-04-25 14:49:11 +02:00
parent 88f7865043
commit 7f236edcdd
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@
</ul>
<span t-field="answer.create_uid.image" t-field-options='{"widget": "image", "class":"pull-left img img-circle img-avatar"}'/>
<div>
<a t-attf-href="/forum/#{ slug(forum) }/user/#{ user.id }"
<a t-attf-href="/forum/#{ slug(forum) }/user/#{ answer.create_uid.id }"
t-field="answer.create_uid"
t-field-options='{"widget": "contact", "country_image": true, "fields": ["name", "country_id"]}'
style="display: inline-block;"/>