Skip to content

Commit

Permalink
fix: correction d'une coquille dans le rendu de RapportCSRD
Browse files Browse the repository at this point in the history
  • Loading branch information
sblondon committed Dec 5, 2024
1 parent d249fe8 commit 4429c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impact/reglementations/models/csrd.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class Meta:
indexes = [models.Index(fields=["annee"])]

def __str__(self):
return f"CRSD {self.annee} - {self.entreprise}"
return f"CSRD {self.annee} - {self.entreprise}"

def _init_enjeux(self):
# ajoute les enjeux "réglementés" lors de la création de l'instance
Expand Down

0 comments on commit 4429c3f

Please sign in to comment.