Skip to content

Commit

Permalink
feat: Dynamisation du lien en bas du mail des tops ESI à l'auteur d'u…
Browse files Browse the repository at this point in the history
…n besoin (#1170)
  • Loading branch information
SebastienReuiller authored Apr 29, 2024
1 parent f8f3d6c commit d5ac41c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lemarche/www/tenders/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,7 @@ def send_super_siaes_email_to_author(tender: Tender, top_siaes: list[Siae]):
"tender_kind": tender.get_kind_display().lower(),
"siaes_count": len(top_siaes),
"siaes": [],
"tender_siae_interested_list_url": f"{get_object_share_url(tender)}/prestataires",
}
for siae in top_siaes:
variables["siaes"].append(
Expand Down

0 comments on commit d5ac41c

Please sign in to comment.