400
Oops! Bad request
{% if msg %}
{{ msg }}
{% else %}
The server refused to process your request and return a 400 error.
{% endif %}
You may return to the dashboard.
{% extends "base.html" %} {% block title %}
{% if msg %}
{{ msg }}
{% else %}
The server refused to process your request and return a 400 error.
{% endif %}
You may return to the dashboard.