[IMP] website_blog: remove category in blog post short

bzr revid: chm@openerp.com-20131118144628-e3ml9naiwdun1v6v
This commit is contained in:
Christophe Matthieu 2013-11-18 15:46:28 +01:00
parent 3e2de8a457
commit b88236393d
1 changed files with 0 additions and 8 deletions

View File

@ -136,14 +136,6 @@
</xpath>
</template>
<!-- Options: Blog Post Summary: show category -->
<template id="opt_blog_post_short_category" name="Category"
inherit_option_id="website_blog.blog_post_short">
<xpath expr="//span[@class='icon-calendar']" position="after">
<span class="icon-folder-open"> In <span t-field="blog_post.category_id"/> &amp;nbsp;</span>
</xpath>
</template>
<!-- Option: Blog Post Summary: show tags -->
<template id="opt_blog_post_short_tags" name="Tags"
inherit_option_id="website_blog.blog_post_short" inherit_id="website_blog.blog_post_short">