2023-01-21 14:15:36 -07:00

9 lines
205 B
HTML

{% extends 'base.html' %}
{% block content %}
<article class="error-view">
<h1>400 Bad request</h1>
<p>If you're seeing this page, clear your cache to fix the issue.</p>
</article>
{% endblock %}