From 5bcd87d7e50124d0911776074648fb24bca308c3 Mon Sep 17 00:00:00 2001 From: Deeman Date: Wed, 4 Mar 2026 22:12:45 +0100 Subject: [PATCH] fix(ci): replace non-existent quote.wizard endpoint with leads.quote_request MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The CRO homepage overhaul (f4f8a45) introduced url_for('quote.wizard') in landing.html, but that endpoint never existed — the actual route is leads.quote_request. This broke CI runs #99–#109. Also adds landing_vs_col_us to i18n allowlist (brand name, same in both languages). Co-Authored-By: Claude Opus 4.6 --- web/src/padelnomics/public/templates/landing.html | 4 ++-- web/tests/test_i18n_parity.py | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/web/src/padelnomics/public/templates/landing.html b/web/src/padelnomics/public/templates/landing.html index 9fa68ee..4b32f5d 100644 --- a/web/src/padelnomics/public/templates/landing.html +++ b/web/src/padelnomics/public/templates/landing.html @@ -263,7 +263,7 @@

{{ t.landing_hero_desc }}

{{ t.landing_hero_bullet_1 }} @@ -438,7 +438,7 @@
diff --git a/web/tests/test_i18n_parity.py b/web/tests/test_i18n_parity.py index a12c155..ba844cf 100644 --- a/web/tests/test_i18n_parity.py +++ b/web/tests/test_i18n_parity.py @@ -61,6 +61,8 @@ _IDENTICAL_VALUE_ALLOWLIST = { "footer_market_score", # Market Score chip labels — branded product names, same in DE "mscore_reife_chip", "mscore_potenzial_chip", + # Brand name "Padelnomics" — same in DE + "landing_vs_col_us", }