From cd70a2ce55334667eb449b47efcb5567fbc4095d Mon Sep 17 00:00:00 2001 From: afornerot Date: Fri, 25 Jul 2025 17:35:00 +0200 Subject: [PATCH] svg --- templates/home/home.html.twig | 5 ++--- templates/project/edit.html.twig | 5 ----- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/templates/home/home.html.twig b/templates/home/home.html.twig index 529db7c..b1779b3 100644 --- a/templates/home/home.html.twig +++ b/templates/home/home.html.twig @@ -5,13 +5,12 @@
{% for project in projects %} {% endfor %} -
{%endblock%} \ No newline at end of file diff --git a/templates/project/edit.html.twig b/templates/project/edit.html.twig index ec547fe..39b4c1c 100644 --- a/templates/project/edit.html.twig +++ b/templates/project/edit.html.twig @@ -50,11 +50,6 @@ {% if mode=="update" %} -
-
Détail Redmine
-
-
-
{% endif %}