{% extends "base.html" %} {% load i18n %} {% block body %}

{% trans "Please correct the following error:" %}

{{exception_message}}

{% endblock %}