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

Earnbazzi Panel

Sign In

{% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% if form.errors %} {% endif %}
{% csrf_token %}
{{ form.login }}
Forgot your password? {{ form.password }}

Don't have an account? Sign Up

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