From 742799b4ac4fc235b943024156dc2ed65bf3b9b1 Mon Sep 17 00:00:00 2001 From: Ozzieisaacs Date: Sun, 17 May 2020 16:10:10 +0200 Subject: [PATCH] Added missing float custom column to search form --- cps/templates/search_form.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cps/templates/search_form.html b/cps/templates/search_form.html index e53a1cc6..9faa7877 100644 --- a/cps/templates/search_form.html +++ b/cps/templates/search_form.html @@ -143,6 +143,10 @@ {% endif %} + {% if c.datatype == 'float' %} + + {% endif %} + {% if c.datatype in ['text', 'series'] and not c.is_multiple %} {% endif %}