From b91f4ddce53f22eaaabb6496d90de8541b0c134f Mon Sep 17 00:00:00 2001 From: "eric.wagner" <eric.wagner@etu.unistra.fr> Date: Thu, 16 Mar 2023 14:18:04 +0100 Subject: [PATCH] =?UTF-8?q?r=C3=A9solution=20du=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/home.html.twig | 7 ------- 1 file changed, 7 deletions(-) diff --git a/templates/home.html.twig b/templates/home.html.twig index fcb7336..bcb1753 100644 --- a/templates/home.html.twig +++ b/templates/home.html.twig @@ -1,11 +1,4 @@ {% extends 'base.html.twig' %} {% block body %} <h1>{{ titre }}</h1> - {% for ville in villes %} - <h2>{{ville.nom}}</h2> - <h2>{{ville.img}}</h2> - <h2>{{ville.id}}</h2> - <h3>{{ville.img}}</h3> - <h3>{{ville.alt}}</h3> - {% endfor %} {% endblock %} \ No newline at end of file -- GitLab