{% extends "emails/affiliates_app/base_affiliate_email.html" %} {% block email_title %}Password Reset Request{% endblock %} {% block brand_title %}Reset Your Password{% endblock %} {% block brand_subtitle %} Secure your Affiliate Partner account {% endblock %} {% block email_content %}
We received a request to reset the password for your Affiliate Partner account at Partner with Ensolanka.
If you made this request, please click the button below to set a new password:
If the button doesn't work, copy and paste this link into your browser:
{{ protocol }}://{{ domain }}{% url 'affiliates_app:affiliate_password_reset_confirm' uidb64=uid token=token %}
Your username: {{ user.get_username }}
Thank you,
Ensolanka Team