aboutsummaryrefslogtreecommitdiff
path: root/templates/searchform.html
diff options
context:
space:
mode:
authorMirek Kratochvil <miroslav.kratochvil@uni.lu>2023-07-14 11:15:17 +0200
committerMirek Kratochvil <miroslav.kratochvil@uni.lu>2023-07-14 11:15:17 +0200
commit00d1e456828bc150290435f693b985f044598ec5 (patch)
tree3faf5851b5866e8d1b792b56577977eeab9e9c55 /templates/searchform.html
parentc63244432527d03b5d310b6af2fc5bb03b9ce19a (diff)
downloadreploy-00d1e456828bc150290435f693b985f044598ec5.tar.gz
reploy-00d1e456828bc150290435f693b985f044598ec5.tar.bz2
actually add the search box
Diffstat (limited to 'templates/searchform.html')
-rw-r--r--templates/searchform.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/searchform.html b/templates/searchform.html
index c13cd0a..b462948 100644
--- a/templates/searchform.html
+++ b/templates/searchform.html
@@ -1,6 +1,8 @@
<div class="search-form-wrap">
<form action="{{root}}search/">
+ <div class="search">
+ <i></i>
<input class="search" placeholder="What are you looking for?" name="search_query" id="search_query" />
- <button class="search" type="submit">Search!</button>
+ </div>
</form>
</div>