Skip to content
Snippets Groups Projects
Commit 05cca7ee authored by Richard Mathot's avatar Richard Mathot
Browse files

[FIX] website_forum_doc: wrong link text

parent 929ca342
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment