{% extends "emails/hosting_app/base_hosting_email.html" %} {% block email_title %}Reset Your Password - Host in Sri Lanka{% endblock %} {% block brand_title %}Password Reset Request{% endblock %} {% block brand_subtitle %} Secure access support for your Host in Sri Lanka Hosting Partner account {% endblock %} {% block email_content %}

Hello {{ user.get_username }},

We received a request to reset the password for your Host in Sri Lanka Hosting 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 'hosting_app:host_password_reset_confirm' uidb64=uid token=token %}

Account Area: Hosting Partner Dashboard
Brand: Host in Sri Lanka
Tagline: Be the place couples choose.

Thank you,
Host in Sri Lanka Team

{% endblock %}