Skip to content

Commit

Permalink
feat(synthese): simplify artif titles
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisig committed Dec 18, 2024
1 parent 224fba2 commit a07c052
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 a07c052

Please sign in to comment.