{% extends "account/base.html" %} {% load static crispy_forms_tags %} {% block title %}Log In{% endblock title %} {% block body_attr %} class="authentication-bg position-relative" {% endblock %} {% block page_content %} {% include "pxy_dashboard/partials/background.html" %}

Sign In

Enter your email address and password to access admin panel.

{% csrf_token %} {{ form|crispy }} {% if redirect_field_value %} {% endif %}

Don't have an account? Sign Up

{% endblock %} {% block extra_js %} {% endblock %}