From b659607fcee570dd28671fee226f01e1793738d1 Mon Sep 17 00:00:00 2001 From: jgenero Date: Thu, 20 Oct 2022 17:35:56 +0200 Subject: [PATCH] comment lines --- app/templates/acte.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/acte.html b/app/templates/acte.html index 5fc2275..68dd5d5 100644 --- a/app/templates/acte.html +++ b/app/templates/acte.html @@ -1,13 +1,13 @@ {% extends "container.html" %} {% block corps %}
- {% for item in infos %} + {{output_doc|safe}}
{% endblock %} \ No newline at end of file