{% extends "admin/base_site.html" %} {% load i18n static %} {% block content %}
{{ forge.brand_logo_text }}
{{ forge.brand_tagline }}
{% trans "Please correct the error below." %}
{% endif %} {% if form.non_field_errors %} {% for error in form.non_field_errors %}{{ error }}
{% endfor %} {% endif %}