Skip to content

Commit

Permalink
Fix unit
Browse files Browse the repository at this point in the history
  • Loading branch information
smdsgn committed Dec 5, 2024
1 parent c263c06 commit cc3a0db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ <h6 class="fr-mt-2w">Données</h6>
<div class="fr-col-12">
<div class="bg-white fr-p-2w">
{% 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 %)" %}
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h6 class="fr-mt-2w">Données</h6>
<div class="fr-col-12">
<div class="bg-white fr-p-2w">
{% 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 %)" %}
</div>
</div>
</div>
Expand Down

0 comments on commit cc3a0db

Please sign in to comment.