testappproj/templates/registration/login.html
changeset 0 0b061d58aea3
child 2 654c583fd78e
equal deleted inserted replaced
-1:000000000000 0:0b061d58aea3
       
     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 %}