Liste des marchés par acheteur et par titulaire #66

This commit is contained in:
Colin Maudry
2026-01-28 12:48:47 +01:00
parent a385e999d3
commit b3bd488882
2 changed files with 100 additions and 1 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ def departement_marches(url):
[
dcc.Link(
row[f"{org_type}_nom"],
href=url + f"/{row[f'{org_type}_id']}",
href=url + f"/{org_type}/{row[f'{org_type}_id']}",
title=f"Marchés publics de {row[f'{org_type}_nom']}",
),
" ",