From 98f7a38d7deb59bdcb5a04a8d4647bfca094da7f Mon Sep 17 00:00:00 2001 From: Ritwik Gupta Date: Mon, 4 Apr 2016 02:33:19 -0400 Subject: [PATCH] Revert home page to non-autocomplete --- pqr/templates/home.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pqr/templates/home.html b/pqr/templates/home.html index e380e6d..6c1f07c 100644 --- a/pqr/templates/home.html +++ b/pqr/templates/home.html @@ -23,7 +23,8 @@

Welcome to Pitt Quantum Repository!

Search for {{ "{:,}".format(amount_mol) }} molecules by name, InChIKey, category, etc.

- {% import '/macros/forms.html' as forms %} {{ forms.banner_search_auto_complete() }} + + {% import '/macros/forms.html' as forms %} {{ forms.banner_search('btn-default', 'molecule-search-group') }}