{% extends 'base.html' %} {% load static %} {% load settings_value %} {% block main %}

Password Reset Email Sent

Thanks for requesting a password reset

If we've found a matching user account then we've emailed you with instructions for resetting your password. If you haven't received it after a few minutes, please check your spam/junk folder and ensure that you've typed your email correctly.

If you still haven't received the email, please contact us: {% settings_value 'MAIN_CONTACT_EMAIL' %}

{% endblock %}