2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

Merge pull request #2465 from SchrodingersGat/search-query-fix

Cleanup search results page
This commit is contained in:
Oliver
2021-12-20 13:30:58 +11:00
committed by GitHub

View File

@ -16,12 +16,6 @@
<div class='panel panel-inventree'>
<div class='panel-content'>
{% include "search_form.html" with query_text=query %}
{% if query %}
{% else %}
<div id='empty-search-query'>
<h4><em>{% trans "Enter a search query" %}</em></h4>
</div>
{% endif %}
</div>
</div>