aboutsummaryrefslogtreecommitdiff
path: root/chishop/templates/djangopypi/search.html
blob: a5c882c349719301f4f166c9bb3724d1647831b4 (plain)
1
2
3
4
<form action='search' method='post'>
    <input type="text" name="search_value" id="search_value">
    <input type='submit' value=' Search '/>
</form>