[fix] proper src/href url handling

This commit is contained in:
Adam Tauber 2014-03-04 20:31:03 +01:00
parent e86947d79c
commit a4f89a7981
7 changed files with 18 additions and 18 deletions

View file

@ -1,4 +1,4 @@
<form method="post" action="/" id="search_form">
<form method="post" action="{{ url_for('index') }}" id="search_form">
<div id="search_wrapper">
<input type="text" id="q" class="q" name="q" tabindex="1" autocomplete="off" {% if q %}value="{{ q }}"{% endif %}/>
<input type="submit" value="search" id="search_submit" />