diff --git a/templates/home_stat_templates.xml b/templates/home_stat_templates.xml
index ccae1af52389b6eb17614f10c463d56c9117fbe9..9bae134d83987a35d41113b3a03a776313ab79f0 100644
--- a/templates/home_stat_templates.xml
+++ b/templates/home_stat_templates.xml
@@ -9,7 +9,7 @@
                    <div class="row mt-32">
                        <t t-foreach="cat_ids" t-as="cat">
                         <div class="col-md-3 col-xs-12 text-center">
-                            <t t-if="cat.image"><img t-attf-src="data:image/*;base64,{{cat.image}}" class="img-responsive p-4" /></t>
+                            <t t-if="cat.image_1920"><img t-attf-src="data:image/*;base64,{{cat.image_1920}}" class="img-responsive p-4" /></t>
                             <h3><t t-esc="cat.nb_nichoirs"/> <t t-esc="cat.name_website"/> *</h3>
                         </div>
                        </t>
@@ -23,4 +23,4 @@
        </data>
 	</template>
 
-</odoo>
\ No newline at end of file
+</odoo>