[FIX] website_forum: fixed link to edit a question

This commit is contained in:
Thibault Delavallée 2014-05-15 11:27:14 +02:00
parent 87615ac65d
commit 70f29d7748
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@
</li>
<li t-if="(user.id == question.create_uid.id and can_edit_own) or can_edit_all">
<t t-call="website_forum.link_button">
<t t-set="url" t-value="'/forum/' + slug(forum) +'/question/' + slug(question) + '/edit'"/>
<t t-set="url" t-value="'/forum/' + slug(forum) +'/post/' + slug(question) + '/edit'"/>
<t t-set="label" t-value="'Edit'"/>
<t t-set="classes" t-value="'text-muted fa-edit'"/>
</t>