{% extends 'rental_app/base_rental.html' %} {% block title %}Choose New Password | Rent in Sri Lanka{% endblock %} {% block content %}
Secure Password Reset

Create a New Password

Choose a strong new password for your Rental Owner account and return safely to your Rent in Sri Lanka property dashboard.

Use a password that is difficult for others to guess.
Avoid reusing a password from another website or account.
Your new password protects access to your rental owner dashboard.
{% if validlink %}

Set New Password

Enter and confirm your new password below.

{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}
{% if form.new_password1.errors %}
{{ form.new_password1.errors|striptags }}
{% endif %}
{% if form.new_password2.errors %}
{{ form.new_password2.errors|striptags }}
{% endif %}
{% if form.new_password1.help_text %}
{{ form.new_password1.help_text|safe }}
{% endif %}
{% else %}

Password Reset Link Is Invalid

This password reset link may have already been used or may have expired. Please request a fresh password reset email.

Request New Reset Link
{% endif %}
{% endblock %}