{% load static %} {% include "partials/main.html" %} {% include "partials/title-meta.html" with title="Reset Password" %} {% include "partials/head-css.html" %} {% include "partials/background.html" %}

Earnbazzi Panel

Reset Password

Enter your new password below.

{% csrf_token %} {% if form.errors %}
{% for field in form %} {% for error in field.errors %}

{{ field.label }}: {{ error }}

{% endfor %} {% for error in form.non_field_errors %}

{{ error }}

{% endfor %} {% endfor %}
{% endif %}

Already have an account? Sign In

Don't have an account? Sign Up

{% include "partials/footer-script.html" %}