fix(ci): replace non-existent quote.wizard endpoint with leads.quote_request
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 <noreply@anthropic.com>
This commit is contained in:
@@ -263,7 +263,7 @@
|
|||||||
<p class="hero-desc">{{ t.landing_hero_desc }}</p>
|
<p class="hero-desc">{{ t.landing_hero_desc }}</p>
|
||||||
<div class="hero-actions">
|
<div class="hero-actions">
|
||||||
<a href="{{ url_for('planner.index') }}" class="btn-hero">{{ t.landing_hero_btn_primary }}</a>
|
<a href="{{ url_for('planner.index') }}" class="btn-hero">{{ t.landing_hero_btn_primary }}</a>
|
||||||
<a href="{{ url_for('quote.wizard') }}" class="btn-hero-outline">{{ t.landing_hero_btn_secondary }}</a>
|
<a href="{{ url_for('leads.quote_request') }}" class="btn-hero-outline">{{ t.landing_hero_btn_secondary }}</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="hero-bullets">
|
<div class="hero-bullets">
|
||||||
<span><span class="hero-check">✓</span> {{ t.landing_hero_bullet_1 }}</span>
|
<span><span class="hero-check">✓</span> {{ t.landing_hero_bullet_1 }}</span>
|
||||||
@@ -438,7 +438,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-center mt-8">
|
<div class="text-center mt-8">
|
||||||
<a href="{{ url_for('quote.wizard') }}" class="btn-outline">{{ t.landing_supplier_browse_btn }}</a>
|
<a href="{{ url_for('leads.quote_request') }}" class="btn-outline">{{ t.landing_supplier_browse_btn }}</a>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
@@ -61,6 +61,8 @@ _IDENTICAL_VALUE_ALLOWLIST = {
|
|||||||
"footer_market_score",
|
"footer_market_score",
|
||||||
# Market Score chip labels — branded product names, same in DE
|
# Market Score chip labels — branded product names, same in DE
|
||||||
"mscore_reife_chip", "mscore_potenzial_chip",
|
"mscore_reife_chip", "mscore_potenzial_chip",
|
||||||
|
# Brand name "Padelnomics" — same in DE
|
||||||
|
"landing_vs_col_us",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user