8 lines
133 B
HTML
Raw Normal View History

2015-02-08 19:38:01 +01:00
{% extends "errorpage.html" %}
2015-02-08 19:25:10 +01:00
2015-02-08 19:38:01 +01:00
{% block error %}
<h1>400 Bad Request</h1>
2013-09-30 01:50:48 +02:00
2015-02-08 19:38:01 +01:00
This kind of request is not allowed here.
{% endblock %}