fournee/fournée/templates/500.html

8 lines
154 B
HTML
Raw Permalink Normal View History

2024-04-30 12:27:17 +02:00
{% extends "base.html" %}
{% block title %}Erreur interne{% endblock %}
{% block content %}
<p>Une erreur inattendue est survenue...</p>
{% endblock %}