Commit 7df88e70 authored by OzzieIsaacs's avatar OzzieIsaacs

First step fix for #37 wrong search adress

@ jschuck, @jgillmann, could you please confirm that you can search now?
Do you still have logout/login problems? -> redirects to Hostname instead of hostname/calibre?
(got this too with apache server, where as search worked before)
parent cd792d0c
......@@ -53,7 +53,7 @@
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav ">
<li>
<form class="navbar-form navbar-left" role="search" action="/search" method="GET">
<form class="navbar-form navbar-left" role="search" action="{{url_for('search')}}" method="GET">
<div class="form-group">
<input type="text" class="form-control" name="query" placeholder="Search">
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment