[FIX] website_forum_doc: wrong link text

This commit is contained in:
Richard Mathot 2014-06-06 13:32:21 +02:00
parent 929ca342e2
commit 05cca7eeab
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@
<ul>
<t t-foreach="toc.post_ids" t-as="topic">
<li t-if="post.id != topic.id">
<a t-attf-href="/forum/how-to/#{slug(toc)}/#{slug(topic)}" t-field="post.name"/>
<a t-attf-href="/forum/how-to/#{slug(toc)}/#{slug(topic)}" t-field="topic.name"/>
</li>
</t>
</ul>