{% extends 'core/auth/auth.html' %} {% load static %} {% block image %} {% static 'img/forgot_password.svg' %} {% endblock image %} {% block title %}Forgot Password{% endblock %} {% block content %}

Enter your email address, and we'll send you a link to reset your password

{% csrf_token %}

Go back to login
{% endblock %}