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>
|
<h3>Search Results</h3>
|
||||||
|
|
||||||
|
<div>
|
||||||
{% include "search_form.html" with query_text=query %}
|
{% include "search_form.html" with query_text=query %}
|
||||||
|
</div>
|
||||||
|
|
||||||
<br><br>
|
<br><br>
|
||||||
<h3>Parts <span id='part-result-count'></span></h3>
|
<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'>
|
<form class="navbar-form navbar-left" action="{% url 'search' %}" method='post'>
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
@ -6,4 +5,3 @@
|
|||||||
</div>
|
</div>
|
||||||
<button type="submit" id='search-submit' class="btn btn-default">Submit</button>
|
<button type="submit" id='search-submit' class="btn btn-default">Submit</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
|
Loading…
Reference in New Issue
Block a user