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

Fix up search box display in the navbar

This commit is contained in:
Oliver Walters
2019-04-17 08:21:07 +10:00
parent 86c31e8c0d
commit 69e8f4f5cc
2 changed files with 2 additions and 2 deletions

View File

@ -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>