forked from DGNum/gestiojeux
be99a76829
Having a title in the header is worse than a normal title inside the page. Restore the border to compensate.
7 lines
264 B
HTML
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 %}
|