{% extends 'affiliates_app/base_affiliate.html' %} {% load static %} {% block title %}Choose New Password | Partner with Ensolanka{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Secure Password Reset

Create a New Password

Choose a strong new password for your Affiliate Partner account and return safely to your Ensolanka Global Ambassador 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 affiliate resources and tracking 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.errors and not form.non_field_errors %}
Please correct the errors below.
{% 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 %}