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 %}