regluit/frontend/templates/404.html

10 lines
190 B
HTML

{% extends "base.html" %}
{% block content %}
<div style="text-align: center; margin-top: 20%; margin-bottom: 20%;">
<h1>Sorry, that page doesn't exists...Yet!</h1>
</div>
{% endblock %}