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
commit d2896e0418
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>