{% extends 'main/layout.html' %} {% block title %}Forgot Your Password?{% endblock %} {% block content %} Forgot your password? Enter your email address below, and we'll email instructions for setting a new one. {% csrf_token %} {{ form.as_p }} {% endblock %}
Enter your email address below, and we'll email instructions for setting a new one.