From c0f4d0c93cd5ef95272d42bddd53e0e33a078846 Mon Sep 17 00:00:00 2001 From: Priec Date: Thu, 25 Jun 2026 14:56:19 +0200 Subject: [PATCH] navbar search removed where it shouldnt be --- assets/views/base.html | 10 +++++----- src/controllers/home.rs | 2 ++ src/controllers/shop.rs | 10 ---------- 3 files changed, 7 insertions(+), 15 deletions(-) diff --git a/assets/views/base.html b/assets/views/base.html index 7ee821a..4458df5 100644 --- a/assets/views/base.html +++ b/assets/views/base.html @@ -108,10 +108,10 @@ - - {% if not on_shop | default(value=false) %} + + {% if on_home | default(value=false) %}