{% trans "Please correct the error below." %}
{% endif %} {{ form.non_field_errors }}{% extends "admin/base_site.html" %}
{% load i18n static %}
{% block extrastyle %}{{ block.super }}
{% endblock %}
{% block bodyclass %}{{ block.super }} login{% endblock %}
{% block branding %}ArchiveBox
{% endblock %}
{% block usertools %}{% endblock %}
{% block nav-global %}{% endblock %}
{% block content_title %}
{% trans "Please correct the error below." %}
{% endif %} {{ form.non_field_errors }}