From f94ce7e9b7bbfb6f234afc9000a5124d02e34b6e Mon Sep 17 00:00:00 2001
From: Benjamin - Le Filament <benjamin@le-filament.com>
Date: Thu, 14 May 2020 11:54:54 +0000
Subject: [PATCH] [update] ajout div oe_empty sous le header dans home.xml

---
 views/home.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/views/home.xml b/views/home.xml
index 2556563..e0a3b40 100644
--- a/views/home.xml
+++ b/views/home.xml
@@ -4,6 +4,7 @@
     <template id="pylote_home"  inherit_id="website.homepage">
         <xpath expr="//div[@id='wrap']" position="replace">
         <div id="wrap" class="oe_structure oe_empty">
+          <div class="oe_structure oe_empty"/>
           <div class="home-banner">
             <img src="/pylote_website/static/src/img/etoile-picto-home.png" class="d-none d-sm-block-pylote img-absolute img img-responsive" />
             <img src="/pylote_website/static/src/img/etoile-mobile-home.png" class="d-block d-sm-none-pylote img-absolute img img-responsive" />
-- 
GitLab