1
0
mirror of https://github.com/ae-utbm/sith.git synced 2025-07-10 11:59:23 +00:00

Fixed broken test

This commit is contained in:
Théo DURR
2023-03-08 14:11:10 +01:00
parent 9a376887ac
commit 16150905a0

@ -4,6 +4,9 @@
<div id="page">
<h3>{% trans %}404, Not Found{% endtrans %}</h3>
<p class="alert alert-red">
{{ exception }}
</p>
</div>
{% endblock %}