From 9ebcca0b3923cd8e2f4e6335c37b9810502979e7 Mon Sep 17 00:00:00 2001 From: Yader Velasquez Date: Thu, 15 Feb 2024 17:18:37 -0600 Subject: [PATCH] Remove advanced form spaces --- templates/link_list.html | 2 +- templates/link_short_list.html | 4 ++-- templates/listing_list.html | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/link_list.html b/templates/link_list.html index 1c7240d..3fab348 100644 --- a/templates/link_list.html +++ b/templates/link_list.html @@ -13,7 +13,7 @@ - {{ if not .hideNav }}

{{.pd.Data.advanced_search}}

{{ end }} + {{ if not .hideNav }}{{.pd.Data.advanced_search}}{{ end }} {{if and (not .hideNav) (.advancedSearch)}} diff --git a/templates/link_short_list.html b/templates/link_short_list.html index 2d01341..3e3cae0 100644 --- a/templates/link_short_list.html +++ b/templates/link_short_list.html @@ -1,9 +1,9 @@ {{template "base" .}} -
+

{{ .org.Name }} {{.pd.Title}}

{{.pd.Data.add}}
-{{ if not .hideNav }}

{{.pd.Data.advanced_search}}

{{ end }} +{{ if not .hideNav }}

{{.pd.Data.advanced_search}}

{{ end }} {{if and (not .hideNav) (.advancedSearch)}}
diff --git a/templates/listing_list.html b/templates/listing_list.html index 4d97505..afed165 100644 --- a/templates/listing_list.html +++ b/templates/listing_list.html @@ -1,9 +1,9 @@ {{template "base" .}} -
+

{{.org.Name}} {{.pd.Title}}

{{.pd.Data.add}}
-{{ if not .hideNav }}

{{.pd.Data.advanced_search}}

{{ end }} +{{ if not .hideNav }}

{{.pd.Data.advanced_search}}

{{ end }} {{if and (not .hideNav) (.advancedSearch)}}
-- 2.45.2