mirror of https://gitlab.com/brutaldon/brutaldon
trying to get search working
This commit is contained in:
parent
656155eb4e
commit
76fbc426d0
|
@ -11,3 +11,7 @@ figure > p {
|
|||
margin-top: 0rem;
|
||||
margin-bottom: 0rem;
|
||||
}
|
||||
|
||||
nav > ul {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
|
|
@ -15,17 +15,17 @@
|
|||
</div>
|
||||
|
||||
<form method="get" action="{% url "search_results" %}">
|
||||
<div >
|
||||
<div class="field">
|
||||
<label >{{ form.instance.label }}</label>
|
||||
<div >
|
||||
<input type="search" name="q" id="q" >
|
||||
<input class="input" type="search" name="q" id="q" >
|
||||
<span >
|
||||
<i ></i>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div >
|
||||
<div class="field">
|
||||
<input type="submit" value="Search" >
|
||||
</div>
|
||||
</form>
|
||||
|
|
Loading…
Reference in New Issue