Skip to content

Commit

Permalink
affichage du bloc d'information sur deux étapes
Browse files Browse the repository at this point in the history
  • Loading branch information
sblondon committed Nov 14, 2024
1 parent c9e9d2a commit 5ece673
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
</div>
</div>

{% if etape.id == "selection-enjeux" %}
{% if etape.id == "selection-enjeux" or etape.id == "analyse-materialite" %}
<div class="background-light-grey fr-p-3w fr-mt-1w">
<span class="fr-icon-lightbulb-fill fr-icon--blue"></span>
Comment réaliser une analyse de double matérialité ?
Comment réaliser une analyse de double matérialité ?
<a href="{% url 'reglementations:csrd_sous_etape' entreprise.siren 1 2 1 %}" class="fr-link" target="_blank">Découvrir</a>
</div>
{% endif %}
Expand Down

0 comments on commit 5ece673

Please sign in to comment.