From 5d545a7d57042dcee656f4bb4bebc95d36b4b247 Mon Sep 17 00:00:00 2001 From: Ryan Stafford Date: Fri, 10 May 2024 11:26:10 -0400 Subject: [PATCH] unhide community search option --- templates/main.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/templates/main.html b/templates/main.html index cc87ce0..d3800b2 100644 --- a/templates/main.html +++ b/templates/main.html @@ -22,7 +22,7 @@ {{ template "menu.html" . }} {{ end}} - {{ if or (ne .Query "") .Communities }} + {{ if or (ne .SearchType "") (ne .Query "") .Communities }} {{ end}}