add search form to go to /search/
This commit is contained in:
parent
e685ed1a96
commit
20e31819b9
|
@ -16,8 +16,8 @@
|
|||
INDIA<br>
|
||||
<span>THEATRE <span>FORUM</span></span>
|
||||
</div>
|
||||
<form>
|
||||
<input type="text" placeholder="search" name="field" id="search"/>
|
||||
<form id="searchForm" action="/search/" method="GET">
|
||||
<input type="text" placeholder="search" name="q" id="search"/>
|
||||
</form>
|
||||
<a href=""><img src="/static/images/noel/home.png" width="16" height="17" alt="home" id="homeIcon"></a>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user