{% extends "pxy_dashboard/account/base.html" %} {% load static crispy_forms_tags socialaccount %} {% 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.

{% load socialaccount %} {% if True %} {% endif %}
{% csrf_token %} {{ form|crispy }} {% if redirect_field_value %} {% endif %}

Don't have an account? Sign Up

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