{% extends "djangocopy/base.html" %} {% load i18n %} {% block breadcrumbs %}
{% endblock breadcrumbs %} {% block title %}{% trans "Bad request" %}{% endblock title %} {% block body-class %}error-400{% endblock body-class %} {% block djangocopy-content %}{% trans "Sorry, but the request was malformed." %}