{% extends "layouts/full_base.html" %} {% load static %} {% block title %}Bad Request - 400{% endblock %} {% block extra_css %} {% endblock extra_css %} {% block breadcrumb %}
{% endblock %} {% block content %}The request you sent to the server was invalid or malformed. Please check your input and try again.
{{ request.method }}
{{ request.build_absolute_uri }}
{{ request.content_type|default:"Not specified" }}