[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:
Brandon Mercier
2025-06-10 11:29:09 +00:00
parent 8036da6a2b
commit 5513b62aae

View File

@@ -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 -->