Fixed broken test

This commit is contained in:
Théo DURR 2023-03-08 14:11:10 +01:00
parent 9a376887ac
commit 16150905a0
No known key found for this signature in database
GPG Key ID: 708858E9F7281E30

View File

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