From b8155719205e071794a00c35f1171002bab7d9ff Mon Sep 17 00:00:00 2001
From: gwen
Date: Mon, 18 Sep 2023 15:36:59 +0200
Subject: [PATCH] test if there is no map
---
app/templates/acte.html | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/app/templates/acte.html b/app/templates/acte.html
index fa72da0..0b37e85 100644
--- a/app/templates/acte.html
+++ b/app/templates/acte.html
@@ -30,8 +30,12 @@
+{% if folium != None %}
+
Géolocalisation de l'acte
{{ folium | safe }}
+
+{% endif %}
{% endblock %}