{% extends "base.html" %} {% block title %} 400 Error - {{ SITE_NAME }} {% endblock %} {% block dashboard_stat %}

400 Error

{% endblock %} {% block content %}

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.

{% endblock %}