aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html
index 66e0d83..9d49fb5 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -25,9 +25,7 @@
<div class="container">
<a class="navbar-brand" href="/">similar.beer</a>
<form class="form-inline" action="/search" method="post" autocomplete="off">
- <div class="autocomplete" style="width:300px;">
- <input id="myInput" class="form-control mr-sm-2 typeahead" type="search" name="q" placeholder="Search Beers" aria-label="Search">
- </div>
+ <input class="form-control mr-sm-2" type="search" name="q" placeholder="Search Beers" aria-label="Search">
<button class="btn btn-secondary my-2 my-sm-0" type="submit">Go</button>
</form>
<a href="/random" class="btn btn-secondary my-2 my-sm-0">Random Beer!</a>