9 lines
205 B
HTML
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 %}
|