[FIX] Another blog URL bug

bzr revid: ddm@openerp.com-20131204132828-lnk5oe09t98wlh4r
This commit is contained in:
ddm 2013-12-04 14:28:28 +01:00
parent 58eb518155
commit 8c03d4cd0d
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class BlogPost(osv.Model):
'oe_expand_container_tag': 'div',
'oe_expand_container_class': 'oe_mail_expand text-center',
'oe_expand_container_content': '',
'oe_expand_a_href': '/blog/%d/' % page.id,
'oe_expand_a_href': '/blogpost/%d' % page.id,
'oe_expand_a_class': 'oe_mail_expand btn btn-info',
'oe_expand_separator_node': 'br',
},