Skip to content

Commit

Permalink
remove disabled search
Browse files Browse the repository at this point in the history
  • Loading branch information
mapmeld committed Jan 25, 2020
1 parent befbea0 commit 087769c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/index.jade
Expand Up @@ -47,7 +47,7 @@
form(class="navbar-form"action="/search")
h4 Search marsupials by name
.form-group
input(class="form-control"name="q"placeholder="eg koala"disabled="true")
input(class="form-control"name="q"placeholder="eg koala")
button.btn-primary(type="submit") Search
br
a(href="/all")
Expand Down

0 comments on commit 087769c

Please sign in to comment.