fix i18n add help page

This commit is contained in:
Julien Aldon
2026-02-16 16:38:34 +01:00
parent be8e32ebed
commit 5354a74cac
21 changed files with 524 additions and 224 deletions

View File

@@ -7,7 +7,7 @@ from weasyprint import HTML
def generate_html_contract(
contract: models.Contract,
cheques: list[dict],
planneds: list[dict],
occasionals: list[dict],
reccurents: list[dict],
recurrent_price: float,
total_price: float
@@ -32,7 +32,7 @@ def generate_html_contract(
member_phone=html.escape(contract.phone),
contract_start_date=contract.form.start,
contract_end_date=contract.form.end,
planneds=planneds,
occasionals=occasionals,
recurrents=reccurents,
recurrent_price=recurrent_price,
total_price=total_price,