From cc3a0dbe50f6008b9ce177048a201cedd08118eb Mon Sep 17 00:00:00 2001 From: "Sofian A. Thibaut" Date: Wed, 4 Dec 2024 23:01:29 +0100 Subject: [PATCH] Fix unit --- .../project/components/dashboard/artificialisation.html | 2 +- .../templates/project/components/dashboard/consommation.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/templates/project/components/dashboard/artificialisation.html b/project/templates/project/components/dashboard/artificialisation.html index a795e606c..8e191fee7 100644 --- a/project/templates/project/components/dashboard/artificialisation.html +++ b/project/templates/project/components/dashboard/artificialisation.html @@ -332,7 +332,7 @@
Données
{% url 'project:theme-city-artif' project.pk as map_url %} - {% include "project/components/map/iframe_map.html" with src=map_url title="Carte artificialisation des communes du territoire sur la période (en ha)" %} + {% include "project/components/map/iframe_map.html" with src=map_url title="Carte artificialisation des communes du territoire sur la période (en %)" %}
diff --git a/project/templates/project/components/dashboard/consommation.html b/project/templates/project/components/dashboard/consommation.html index dec9b51ce..b64a17ef2 100644 --- a/project/templates/project/components/dashboard/consommation.html +++ b/project/templates/project/components/dashboard/consommation.html @@ -85,7 +85,7 @@
Données
{% url 'project:theme-city-conso' project.pk as map_url %} - {% include "project/components/map/iframe_map.html" with src=map_url title="Carte consommation d'espaces des communes du territoire sur la période (en ha)" %} + {% include "project/components/map/iframe_map.html" with src=map_url title="Carte consommation d'espaces des communes du territoire sur la période (en %)" %}