{% extends "emails/service_partner_app/base_service_partner_email.html" %} {% block email_title %}Reset Your Password - Hired in Sri Lanka{% endblock %} {% block brand_title %}Password Reset Request{% endblock %} {% block brand_subtitle %} Secure access support for your Hired in Sri Lanka Service Partner account {% endblock %} {% block email_content %}

Hello {{ user.get_username }},

We received a request to reset the password for your Hired in Sri Lanka Service 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 'service_partner_app:assistant_password_reset_confirm' uidb64=uid token=token %}

Thank you,
Hired in Sri Lanka Team

{% endblock %}