Skip to content
Snippets Groups Projects
Commit 980d23f9 authored by Christophe Simonis's avatar Christophe Simonis
Browse files

[IMP] website_blog: more generic xpath expression when inheriting view. ease migration.

parent 1db99158
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,7 @@
<!-- Option: Blog Post List: show tags -->
<template id="opt_blog_post_short_tags" name="Tags"
customize_show="True" inherit_id="website_blog.blog_post_short">
<xpath expr="//div[@name='blog_post_data']" position="inside">
<xpath expr="//*[@name='blog_post_data']" position="inside">
<p class="post-meta text-muted text-center" t-if="len(blog_post.tag_ids)">
<span class="fa fa-tags"/>
<t t-foreach="blog_post.tag_ids" t-as="tag">
......
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