equal
deleted
inserted
replaced
|
1 {% block content %} |
|
2 <form action="/accounts/login/?next=/" method="post"> |
|
3 {{ form.as_p }} |
|
4 <input type="submit" value="Login" /> |
|
5 </form> |
|
6 <a href="/accounts/password/reset">Forgot password?</a> |
|
7 {% endblock %} |