templates/registration/login.html
changeset 45 ab8918e654ae
parent 42 9b5b8c997598
equal deleted inserted replaced
44:2b09336352b5 45:ab8918e654ae
     2 {% block content %}
     2 {% block content %}
     3 <form action="/accounts/login/" method="post">
     3 <form action="/accounts/login/" method="post">
     4 {{ form.as_p }}
     4 {{ form.as_p }}
     5 <input type="submit" value="Login" />
     5 <input type="submit" value="Login" />
     6 </form>
     6 </form>
       
     7 <a href="/accounts/password/reset">Forgot password?</a>
     7 {% endblock %}
     8 {% endblock %}