10 lines
260 B
HTML

{% extends 'error_handler_base.html' %}
{% block content %}
<div class="text-center mt-5">
<h1>Bad request</h1>
<p>Please make sure the form is correctly filled.</p>
<a href="/" class="link">&LeftArrow; Return to the app</a>
</div>
{% endblock %}