mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix up search box display in the navbar
This commit is contained in:
parent
86c31e8c0d
commit
69e8f4f5cc
@ -4,7 +4,9 @@
|
||||
|
||||
<h3>Search Results</h3>
|
||||
|
||||
<div>
|
||||
{% include "search_form.html" with query_text=query %}
|
||||
</div>
|
||||
|
||||
<br><br>
|
||||
<h3>Parts <span id='part-result-count'></span></h3>
|
||||
|
@ -1,4 +1,3 @@
|
||||
<div>
|
||||
<form class="navbar-form navbar-left" action="{% url 'search' %}" method='post'>
|
||||
{% csrf_token %}
|
||||
<div class="form-group">
|
||||
@ -6,4 +5,3 @@
|
||||
</div>
|
||||
<button type="submit" id='search-submit' class="btn btn-default">Submit</button>
|
||||
</form>
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user