templates/registration/login.html
branchbuildout
changeset 227 3c8f3b0e5b00
parent 214 679c7e237052
child 228 81994e525e69
equal deleted inserted replaced
214:679c7e237052 227:3c8f3b0e5b00
     1 {% extends 'base.html' %}
       
     2 {% block content %}
       
     3 <form action="/accounts/login/" method="post">
       
     4 {{ form.as_p }}
       
     5 <input type="submit" value="Login" />
       
     6 </form>
       
     7 <a href="/accounts/password/reset">Forgot password?</a>
       
     8 {% endblock %}