{% extends "base.html" %} {% load i18n %} {% block headtitle %} {% trans 'Bad Request' %} (400) {% endblock headtitle %} {% block content %} {% trans 'The request could not be understood by the server due to malformed syntax.' %} {% trans 'The browser SHOULD NOT repeat the request without modifications.' %} {% if exception %} {{ exception }} {% endif%} {% endblock %}
{{ exception }}