When I replace custom footer and intall website blog that module try to find a div inside the footer which I don't want to use:.
Error details:
The element '<xpath expr="//div[@id='info']/ul">'coulnd't be found in father's view
Context Error :
Vista `Footer News Blog Link`
[view_id: 1239, xml_id: n/a, model: n/a, parent_id: 734]" while parsing None:13, near
<data inherit_id="website.footer_default" name="Footer News Blog Link">
<xpath expr="//div[@id='info']/ul" position="inside">
<li><a t-attf-href="/blog/%(website_blog.blog_blog_1)d">News</a></li>
</xpath>
</data>
<template id="theme_custom_footer" name="Custom Footer" inherit_id="website.footer_default">
<xpath expr="//div[@class='container hidden-print']" position="replace">
<div class="container_footer" style="background-color: #d0d0d1;border-top: 4px solid #428bca;">
My footer
</div>
</xpath>
</template>