{% extends 'dating_app/base_dating.html' %} {% block title %}Choose New Password | Date in Sri Lanka{% endblock %} {% block content %}
Secure Password Reset

Create a New Password

Choose a strong new password for your Dating Partner account and return safely to your Date in Sri Lanka profile dashboard.

Use a password that is difficult for others to guess.
Avoid reusing a password from another account or website.
Your password protects access to your Dating Partner profile and 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 %}