equal
deleted
inserted
replaced
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 %} |
|