forked from ScoDoc/ScoDoc
14 lines
193 B
Plaintext
14 lines
193 B
Plaintext
|
{# -*- mode: jinja-html -*- #}
|
||
|
{% extends 'base.j2' %}
|
||
|
|
||
|
{% block app_content %}
|
||
|
|
||
|
<h2>Erreur !</h2>
|
||
|
|
||
|
{{ e }}
|
||
|
|
||
|
<p>
|
||
|
<a href="{{ url_for('entreprises.index') }}">Retour</a>
|
||
|
</p>
|
||
|
|
||
|
{% endblock %}
|