{% extends "base.html" %} {% block title %}400 - Bad Request{% endblock %} {% block content %}

400

Bad Request

The request could not be understood by the server.

{% if errors %}

Validation Errors:

    {% for error in errors %}
  • {{ error }}
  • {% endfor %}
{% endif %} Go Home
{% endblock %}