2022-05-11 17:39:33 -06:00

8 lines
131 B
HTML

{% extends 'base.html' %}
{% block content %}
<article class="error-view">
<h1>400 Bad request</h1>
</article>
{% endblock %}