{% extends 'error_handler_base.html' %} {% load i18n %} {% block content %}

{% trans 'Bad request' %}

{% trans 'Please make sure the form is correctly filled.' %}

← {% trans 'Return to the app' %}
{% endblock %}