navbar search removed where it shouldnt be

This commit is contained in:
Priec
2026-06-25 14:56:19 +02:00
parent d68ed5ce7c
commit c0f4d0c93c
3 changed files with 7 additions and 15 deletions

View File

@@ -30,6 +30,8 @@ async fn index(
"customer_account_type": c.customer_account_type,
"currency_symbol": cur.symbol,
"lang": current_lang(&jar),
// The header search bar only appears on the landing page.
"on_home": true,
}),
)
}