{% extends "emails/dating_app/base_dating_email.html" %} {% block email_title %}Reset Your Password - Date in Sri Lanka Dating{% endblock %} {% block brand_title %}Password Reset Request{% endblock %} {% block brand_subtitle %} Secure access support for your Date in Sri Lanka Dating Partner account {% endblock %} {% block email_content %}

Hello {{ user.get_username }},

We received a request to reset the password for your Date in Sri Lanka Dating Partner account.

Please click the button below to create a new password.

Reset My Password

Security Notice:
If you did not request this password reset, you can safely ignore this email. Your password will not be changed unless you use the reset link.

If the button does not work, copy and paste this link into your browser:

{{ protocol }}://{{ domain }}{% url 'dating_app:dating_password_reset_confirm' uidb64=uid token=token %}

Thank you,
Date in Sri Lanka Team

{% endblock %}