{% extends 'emails/base.html' %} {% block content %}
Hello from {{PLATFORM_NAME}},
We’ve received a request to reset the password for the account associated with the email address: {{ email }}.
If you didn’t request this, you can safely ignore this email. However, if you’re concerned about the security of your account, please contact our support team immediately.
To reset your password, please follow the instructions below:
Email Address: {{ email }}
Reset Code: {{ code }}
Thank you for choosing {{PLATFORM_NAME}}.
{% endblock %}