[FIX] website_blog: user click 'post' (comment) to publish the post

bzr revid: chm@openerp.com-20131210103604-l4i3sjgfxb1oz3mo
This commit is contained in:
Christophe Matthieu 2013-12-10 11:36:04 +01:00
parent bdc2caab61
commit 4dc17d346b
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@
inherit_option_id="website_blog.blog_post_complete" inherit_id="website_blog.blog_post_complete"
groups="website_mail.group_comment">
<xpath expr="//ul[@id='comments-list']" position="after">
<section class="mb32">
<section class="mb32 css_editable_mode_hidden">
<form id="comment" t-attf-action="/blogpost/#{blog_post.id}/comment"
method="POST">
<img class="img pull-left img-rounded" t-att-src="'/website/image?model=res.partner&amp;field=image_small&amp;id='+str(user_id.partner_id.id)" style="width: 50px; margin-right: 10px;"/>