2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 13:35:40 +00:00

Hide result types which return no results

This commit is contained in:
Oliver Walters
2019-06-02 20:28:17 +10:00
parent 0b88953706
commit 64d541f453
4 changed files with 92 additions and 74 deletions

View File

@ -3,5 +3,5 @@
<div class="form-group">
<input type="text" name='search' class="form-control" placeholder="Search"{% if query_text %} value="{{ query }}"{% endif %}>
</div>
<button type="submit" id='search-submit' class="btn btn-default">Submit</button>
<button type="submit" id='search-submit' class="btn btn-default">Search</button>
</form>