{% extends 'core/page.html' %} {% load i18n %} {% block page %}

{% trans 'Bad request' %}

{% trans 'Sorry, but there is something wrong with your HTTP request.' %}

{% endblock %}