testappproj/templates/registration/login.html
changeset 2 654c583fd78e
parent 0 0b061d58aea3
equal deleted inserted replaced
1:0eda880b3d25 2:654c583fd78e
     1 {% block content %}
     1 {% block content %}
     2 <form action="/accounts/login/?next=/" method="post">
     2 <form action="/accounts/login/?next=/problems" method="post">
     3 {{ form.as_p }}
     3 {{ form.as_p }}
     4 <input type="submit" value="Login" />
     4 <input type="submit" value="Login" />
     5 </form>
     5 </form>
     6 <a href="/accounts/password/reset">Forgot password?</a>
     6 <a href="/accounts/password/reset">Forgot password?</a>
     7 {% endblock %}
     7 {% endblock %}