aboutsummaryrefslogtreecommitdiff
path: root/templates/searchform.html
diff options
context:
space:
mode:
authorMirek Kratochvil <exa.exa@gmail.com>2023-06-17 22:50:26 +0200
committerMirek Kratochvil <exa.exa@gmail.com>2023-06-17 22:51:14 +0200
commitcc00f805ed937c770c3cd2559ba9d245238201b2 (patch)
treee110ac8baa21ba562ac8a4b8ce7105a5a91a33b3 /templates/searchform.html
parent33cb84713fc6cbbd7925c9d51c61e94d3e3cff77 (diff)
downloadreploy-cc00f805ed937c770c3cd2559ba9d245238201b2.tar.gz
reploy-cc00f805ed937c770c3cd2559ba9d245238201b2.tar.bz2
make the thing work nicely
Diffstat (limited to 'templates/searchform.html')
-rw-r--r--templates/searchform.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/searchform.html b/templates/searchform.html
new file mode 100644
index 0000000..c13cd0a
--- /dev/null
+++ b/templates/searchform.html
@@ -0,0 +1,6 @@
+<div class="search-form-wrap">
+ <form action="{{root}}search/">
+ <input class="search" placeholder="What are you looking for?" name="search_query" id="search_query" />
+ <button class="search" type="submit">Search!</button>
+ </form>
+</div>