Skip to content

Commit

Permalink
Commit missing line
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault committed Jan 18, 2024
1 parent 82cf379 commit aa78903
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions envergo/evaluations/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,9 @@ def get_email(self, request):
"evaluation_link": request.build_absolute_uri(
evaluation.get_absolute_url()
),
"self_declaration_link": request.build_absolute_uri(
reverse("self_declaration", args=[evaluation.reference])
),
"to_be_transmitted": to_be_transmitted,
"icpe_not_transmitted": icpe_not_transmitted,
"required_actions_soumis": list(moulinette.all_required_actions_soumis()),
Expand Down

0 comments on commit aa78903

Please sign in to comment.