templates/registration/login.html
changeset 24 d152c2211a3a
child 26 8c2376baee94
equal deleted inserted replaced
23:d736049a518f 24:d152c2211a3a
       
     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 %}