{% extends 'emails/base.html' %} {% block content %}

Greetings from {{PLATFORM_NAME}},

You are receiving this email because we received a request to reset the password for your account associated with the email address: {{ email }}.

If you did not request this change, please disregard this email and contact our support team immediately.

Instructions for resetting your password:

Email address: {{ email }}

Reset code: {{ code }}

{% endblock %}