Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplification des titres de la section artif de la synthèse #799

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading