From 299ac317e37f9bf52b6f55fbe5b7afb3fdca2e8b Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 28 Oct 2025 21:04:00 +0000 Subject: [PATCH] Add search prompt to category search form and comment out submit button --- atlas/templates/atlas/categories_list.html | 4 +++- sbas/templates/sbas/base.html | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/atlas/templates/atlas/categories_list.html b/atlas/templates/atlas/categories_list.html index c2eca1d9..8a2405dd 100644 --- a/atlas/templates/atlas/categories_list.html +++ b/atlas/templates/atlas/categories_list.html @@ -19,6 +19,8 @@ #category-search-loading.htmx-request { display: inline-block; } +

Alternatively you can use the search function below

+
Loading...
- + {% comment %} {% endcomment %}
diff --git a/sbas/templates/sbas/base.html b/sbas/templates/sbas/base.html index 46465217..284ee4ee 100644 --- a/sbas/templates/sbas/base.html +++ b/sbas/templates/sbas/base.html @@ -11,7 +11,7 @@ -