From dd096a5d0348db3e54ff609a153bac947bc62144 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 7 Mar 2026 13:36:21 +0100 Subject: [PATCH] correction de la balise fermante dans base.html --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 93959e8..a40a7b7 100644 --- a/templates/base.html +++ b/templates/base.html @@ -19,7 +19,7 @@ -
{% block content %} {% endblock content %}