{% extends "mvp/error_base.html" %} {% load i18n %} {% block title %} {% trans "400 — Bad Request" %} {% endblock title %} {% block error_code %}400{% endblock %} {% block heading %} {% trans "Bad Request." %} {% endblock heading %} {% block description %} {% trans "Your browser sent a request the server could not understand. Please check your input and try again." %} {% endblock description %}