[FIX] URL generation in blog template

This commit is contained in:
Richard Mathot (OpenERP) 2014-05-12 16:20:48 +02:00
parent e70fc38f2f
commit d34c54dbb6
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
<t t-foreach="posts" t-as="post">
<div class="col-md-4">
<h4>
<a t-attf-href="#{blog_url('', ['blogpost'], blogpost=post)}" t-field="post.name"></a>
<a t-attf-href="#{blog_url('', ['blog', 'post'], blog=post.blog_id, post=post)}" t-field="post.name"></a>
<span t-if="not post.website_published" class="text-warning">
&amp;nbsp;
<span class="fa fa-warning" title="Not published"/>