template/index.html
changeset 16 17db9913a8ff
parent 15 8de52278da5d
child 23 2fea7d4bdcdb
equal deleted inserted replaced
15:8de52278da5d 16:17db9913a8ff
    52 		     <li><a href="logout" >{% trans "Logout" %}</a></li>
    52 		     <li><a href="logout" >{% trans "Logout" %}</a></li>
    53 		     {% else %}
    53 		     {% else %}
    54 		     <form id="search" method="post" action=".">				
    54 		     <form id="search" method="post" action=".">				
    55 					{{form.as_p}}
    55 					{{form.as_p}}
    56 		     <input type="submit" value="login" />		     
    56 		     <input type="submit" value="login" />		     
       
    57 		     </form>
    57 		     <li><a href="/accounts/register">Register</a> </li>
    58 		     <li><a href="/accounts/register">Register</a> </li>
    58 		     {% endif %}
    59 		     {% endif %}
    59 		     </ul>
    60 		     </ul>
    60 		   <li id="categories">
    61 		   <li id="categories">
    61 				    <h2>Links</h2>
    62 				    <h2>Links</h2>