bgneal@78: {% extends 'base.html' %} bgneal@78: {% block title %}Reset Password{% endblock %} bgneal@78: {% block content %} bgneal@78: <h2>Reset Password</h2> bgneal@78: <p>Forgot your password? No problem. Just enter your email address and we will bgneal@78: email you instructions on how to reset it. bgneal@78: </p> bgneal@194: <form method="post" action=".">{% csrf_token %} bgneal@78: <table> bgneal@78: {{ form.as_table }} bgneal@78: <tr><td> </td><td><input type="submit" value="Reset Password" /> bgneal@78: </td></tr> bgneal@78: </table> bgneal@78: </form> bgneal@78: {% endblock %}