Commit | Line | Data |
---|---|---|
1e28a70a | 1 | {% extends "container_base.html" %} |
2 | ||
3 | {% block contenu %} | |
4 | <h4>La page n'existe pas</h4> | |
5 | <div class="zone-texte"> | |
6 | <p>Vous tentez d'accéder à une page qui n'existe pas.</p> | |
7 | <p>Vous pouvez utiliser la recherche générale pour trouver des pages connexes.</p> | |
8 | </div> | |
9 | {% endblock %} |