Petites améliorations sur la facturation #90

This commit is contained in:
Colin Maudry
2026-06-29 13:35:52 +02:00
parent b5f529c789
commit 98b4d13f94
4 changed files with 20 additions and 6 deletions
+7
View File
@@ -301,6 +301,13 @@ def layout(**query):
html.Div(
[
html.H2("Mes informations de facturation", className="mb-4"),
dbc.Alert(
"Informations récupérées depuis le prestataire de paiement, vous pouvez les modifier si besoin.",
color="info",
className="mb-4",
)
if prefill
else None,
form,
_cgu_modal(),
]