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

Earnbazzi Panel

logo

Reset Password

Enter your email address and we'll send you an email with instructions to reset your password.

{% csrf_token %}
{{ form.email }} {% if form.email.errors %}
{{ form.email.errors }}
{% endif %}
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}

Back to Log In

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