{% 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 %}

Hello {{ user.get_username }},

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:

Reset My 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 %}

🔐 Didn't request this?
If you did not request a password reset, please ignore this email. Your password will remain unchanged.

Your username: {{ user.get_username }}

Thank you,
Ensolanka Team

{% endblock %}