blob: 357f904798392a58e753e4a33347cbee9769d573 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{% extends "base.html" %}
{% block body %}
<center>
<div style="font-size: 8em;">400</div>
<div style="font-size: 3em;">Cross-Site Scripting Error</div>
{{ reason }}
</center>
{% endblock %}
|