Skip to content
Snippets Groups Projects
Commit 6bd700b4 authored by Julian Rother's avatar Julian Rother
Browse files

Fix search link

parent 1d9d00ee
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@
</ul>
</div>
<div class="col-xs-12 col-sm-4">
<form action="search">
<form action="{{ url_for('search') }}">
<div class="input-group">
<input class="form-control" type="text" name="q" placeholder="Search" value="{{ searchtext }}">
<span class="input-group-btn"><button class="btn btn-secondary" type="submit"><span class="glyphicon glyphicon-search"></span> </button></span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment