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') }}