Skip to content

Commit

Permalink
Fix #455 replace html input type button with submit
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaoming committed Aug 12, 2015
1 parent 655c1c3 commit bf8e69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/templates/wiki/base_site.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<div class="input-group">
<input type="search" class="form-control search-query" name="q" placeholder="{% trans "Search..." %}" />
<span class="input-group-btn">
<button class="btn btn-default" type="button">
<button class="btn btn-default" type="submit">
<span class="fa fa-search"></span>
</button>
</span>
Expand Down

0 comments on commit bf8e69a

Please sign in to comment.