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