mirror of
https://github.com/odoo/documentation.git
synced 2025-12-12 07:29:27 +07:00
[FIX] Custom header/footer templates typo
closes odoo/documentation#13656
X-original-commit: c36f8f02ca
Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
This commit is contained in:
@@ -483,7 +483,7 @@ variables.
|
||||
.. code-block:: xml
|
||||
:caption: ``/website_airproof/views/website_templates.xml``
|
||||
|
||||
<template id="header" inherit_id="website.layout" name="Airproof - Header" active="False">
|
||||
<template id="header" inherit_id="website.layout" name="Airproof - Header" active="True">
|
||||
<xpath expr="//header//nav" position="replace">
|
||||
<!-- Static Content -->
|
||||
<!-- Components -->
|
||||
@@ -685,7 +685,7 @@ active footer template first.
|
||||
.. code-block:: xml
|
||||
:caption: ``/website_airproof/views/website_templates.xml``
|
||||
|
||||
<template id="footer" inherit_id="website.layout" name="Airproof - Footer" active="False">
|
||||
<template id="footer" inherit_id="website.layout" name="Airproof - Footer" active="True">
|
||||
<xpath expr="//div[@id='footer']" position="replace">
|
||||
<div id="footer" class="oe_structure oe_structure_solo" t-ignore="true" t-if="not no_footer">
|
||||
<!-- Content -->
|
||||
|
||||
Reference in New Issue
Block a user