Skip to content

Commit

Permalink
Merge pull request #799 from MTES-MCT/feat-simplify-artif-title
Browse files Browse the repository at this point in the history
Simplification des titres de la section artif de la synthèse
  • Loading branch information
alexisig authored Jan 6, 2025
2 parents 26df68d + a07c052 commit de19289
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions project/templates/project/components/dashboard/synthese.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@ <h6 class="fr-mt-2w">Calcul</h6>
{% if diagnostic.has_complete_uniform_ocsge_coverage %}
<div class="fr-mt-12w">
<h2>Artificialisation</h2>
<h4>Bilan de l'artificialisation nette entre {{ diagnostic.analyse_start_date }} et {{ diagnostic.analyse_end_date }}</h4>
<p><strong>Objectif zéro artificialisation nette en 2050</strong></p>
<p>Sur la période demandée, l'OCS GE couvre de {{ first_millesime }} à {{ last_millesime }}.</p>
<h4>Bilan de l'artificialisation nette entre {{ first_millesime }} et {{ last_millesime }}</h4>
<div class="fr-grid-row fr-grid-row--gutters">
<div class="fr-col-12 fr-col-md-4 fr-grid-row">
<div class="fr-callout bg-white w-100">
Expand Down

0 comments on commit de19289

Please sign in to comment.