2018-08-15 01:12:58 +00:00
|
|
|
{% extends 'errors/master.twig' %}
|
2018-05-22 02:09:53 +00:00
|
|
|
|
|
|
|
{% set error_code = 400 %}
|
|
|
|
{% set error_text = 'Bad Request' %}
|
|
|
|
|
|
|
|
{% block error_message %}
|
|
|
|
<p>Whatever you tried to do, you probably shouldn't.</p>
|
|
|
|
{% endblock %}
|