From 325d7c2c9ec3282661422c0fd20776a446ed1191 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Mon, 27 Feb 2017 17:08:06 -0800 Subject: [PATCH] our pages are xhtml, so customize replace the django admin search form --- htsworkflow/templates/admin/search_form.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 htsworkflow/templates/admin/search_form.html diff --git a/htsworkflow/templates/admin/search_form.html b/htsworkflow/templates/admin/search_form.html new file mode 100644 index 0000000..fe31936 --- /dev/null +++ b/htsworkflow/templates/admin/search_form.html @@ -0,0 +1,16 @@ +{% load i18n static %} +{% if cl.search_fields %} +
+{% endif %} -- 2.30.2