From c5e662f2d850e8d309e1d67826adc5b54993c41d Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 16 Aug 2022 23:24:17 +0100 Subject: [PATCH] Account for search page not existing --- website/common/templates/common/navbar.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/website/common/templates/common/navbar.html b/website/common/templates/common/navbar.html index 34fe928..0bb012b 100644 --- a/website/common/templates/common/navbar.html +++ b/website/common/templates/common/navbar.html @@ -28,11 +28,13 @@ - - - - - + {% if search_page %} + + + + + + {% endif %}