{% extends "admin/base_site.html" %} {% load i18n static %} {% block content %}
{% for error in form.non_field_errors %} {{ error }} {% endfor %}