gestiojeux/mainsite/templates/500.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

8 lines
333 B
HTML

{% extends "small_page.html" %}
{% block "content" %}
<h1>Incident technique</h1>
<p>Un incident technique est survenu pendant l'affichage de cette page.</p>
<p>Nous allons essayer de résoudre le problème au plus vite.</p>
<p>Vous pouvez retourner sur la <a href="{% url "mainsite:home" %}">page d'accueil</a>.</p>
{% endblock %}