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
270 B
HTML
7 lines
270 B
HTML
{% extends "small_page.html" %}
|
|
|
|
{% block "content" %}
|
|
<h1>Requête invalide</h1>
|
|
<p>Votre requête au serveur est invalide et n'a donc pas pu être traitée.</p>
|
|
<p>Vous pouvez retourner sur la <a href="{% url "mainsite:home" %}">page d'accueil</a>.</p>
|
|
{% endblock %}
|