{% extends "authplus/auth_base.html" %}
{% load static i18n %}
{% block css %}
{{ block.super }}
{% include "authplus/include/login_css.html" %}
{% endblock css %}
{% block contents %}
{% include "authplus/include/login_form.html" %}
{% endblock contents %}