mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
10 lines
342 B
HTML
10 lines
342 B
HTML
<div class="row" style="padding-bottom: 20px">
|
|
<div class="col-md-12 text-center">
|
|
<form action="{% url 'search' %}" method="get" class="form-inline">
|
|
{{ search_form.q }}
|
|
{{ search_form.obj_type }}
|
|
<button type="submit" class="btn btn-primary">Search</button>
|
|
</form>
|
|
</div>
|
|
</div>
|