about summary refs log tree commit diff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/index.html b/templates/index.html
index 35cfeba05023..263c8828a038 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -14,9 +14,9 @@
         <a class="navbar-brand" href="/">
           <h2>Converse</h2>
         </a>
-        <form class="form-inline">
-          <input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search" disabled>
-          <button class="btn btn-outline-success my-2 my-sm-0 mr-1" type="submit" disabled>Search</button>
+        <form class="form-inline" method="post" action="/search">
+          <input class="form-control mr-sm-2" type="search" placeholder="Search" name="query" aria-label="Search">
+          <button class="btn btn-outline-success my-2 my-sm-0 mr-1" type="submit">Search</button>
           <a class="btn btn-outline-secondary my-2" href="/thread/new">New thread</a>
         </form>
       </nav>