template/index.html
changeset 23 2fea7d4bdcdb
parent 16 17db9913a8ff
child 32 192ca2513f89
--- a/template/index.html	Mon Oct 12 17:01:58 2009 +0530
+++ b/template/index.html	Mon Oct 12 17:04:11 2009 +0530
@@ -52,7 +52,7 @@
 		     <li><a href="logout" >{% trans "Logout" %}</a></li>
 		     {% else %}
 		     <form id="search" method="post" action=".">				
-					{{form.as_p}}
+					{{ form.as_p }}
 		     <input type="submit" value="login" />		     
 		     </form>
 		     <li><a href="/accounts/register">Register</a> </li>