|  | @@ -1,7 +1,7 @@
 | 
											
												
													
														|  |  {% extends "base.html" %}
 |  |  {% extends "base.html" %}
 | 
											
												
													
														|  |  {% block content %}
 |  |  {% block content %}
 | 
											
												
													
														|  |  <form method="post" action="">
 |  |  <form method="post" action="">
 | 
											
												
													
														|  | -    <input type="text" name="q" value="{{ q }}"/>
 |  | 
 | 
											
												
													
														|  | 
 |  | +    <input type="text" name="q" value="{{ q }}" autocomplete="off" />
 | 
											
												
													
														|  |      <input type="submit" value="search" />
 |  |      <input type="submit" value="search" />
 | 
											
												
													
														|  |  </form>
 |  |  </form>
 | 
											
												
													
														|  |  {% for result in results %}
 |  |  {% for result in results %}
 |