8 lines
133 B
HTML
8 lines
133 B
HTML
{% extends "errorpage.html" %}
|
|
|
|
{% block error %}
|
|
<h1>400 Bad Request</h1>
|
|
|
|
This kind of request is not allowed here.
|
|
{% endblock %}
|