LeadManager Pro
{% if valid_token %}
Set new password
Enter your new password below.
{% if form.non_field_errors %}
{{ form.non_field_errors.0 }}
{% endif %}
{% csrf_token %}
New Password
Confirm New Password
Reset Password
{% else %}
Reset your password
Enter your email and we'll send you a link to reset your password.
{% if success %}
Check your email for a reset link.
{% endif %} {% if error %}
{{ error }}
{% endif %}
{% csrf_token %}
Email
Send Reset Link
{% endif %}