mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-25 18:08:38 -06:00
Provide absolute URL for object search form
This commit is contained in:
parent
e4f3b3447e
commit
2b0ccf3acd
@ -13,8 +13,7 @@
|
|||||||
</ol>
|
</ol>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-4 col-md-3">
|
<div class="col-sm-4 col-md-3">
|
||||||
{# TODO: Provide absolute search URL #}
|
<form action="{% url object|viewname:'list' %}" method="get">
|
||||||
<form action="../" method="get">
|
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input type="text" name="q" class="form-control" placeholder="Search" />
|
<input type="text" name="q" class="form-control" placeholder="Search" />
|
||||||
<span class="input-group-btn">
|
<span class="input-group-btn">
|
||||||
|
Loading…
Reference in New Issue
Block a user