gestiojeux/mainsite/templates/404.html
Guillaume Bertholon be99a76829 Simplify header and adapt auth pages style
Having a title in the header is worse than a normal title inside the
page. Restore the border to compensate.
2020-11-22 13:34:01 +01:00

7 lines
264 B
HTML

{% extends "small_page.html" %}
{% block "content" %}
<h1>Page introuvable</h1>
<p>La page que vous avez demandée n'existe plus ou n'a jamais existé.</p>
<p>Vous pouvez retourner sur la <a href="{% url "mainsite:home" %}">page d'accueil</a>.</p>
{% endblock %}