drupal2spip_lal/drupal2spip_lal/templates/500.html

8 lines
154 B
HTML
Raw Permalink Normal View History

2020-07-16 17:44:31 +02:00
{% extends "base.html" %}
{% block title %}Erreur interne{% endblock %}
{% block content %}
<p>Une erreur inattendue est survenue...</p>
{% endblock %}