decp.info => colibre

This commit is contained in:
Colin Maudry
2026-07-01 18:00:36 +02:00
parent 126834c7d4
commit 9ff2373ccb
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ def layout(**query):
prefill: dict = {}
try:
prefill = frisbii_client.get_customer(f"decpinfo-{current_user.id}")
prefill = frisbii_client.get_customer(f"colibre-{current_user.id}")
except frisbii_client.FrisbiiError:
prefill = {}
stored_siret = auth_db.get_siret(current_user.id) or ""