{% extends "admin/base.html" %} {% block title %} Login {% endblock %} {% block content %}
Log in to your account
{% csrf_token %} {% if errors %}
{% for error in errors %}
{{ error|escape }}
{% endfor %}
{% endif %} {{ form.as_table }}
{% endblock %}