From 16150905a010181aa85e43c40ecbf135ce98fbaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?The=CC=81o=20DURR?= Date: Wed, 8 Mar 2023 14:11:10 +0100 Subject: [PATCH] Fixed broken test --- core/templates/core/404.jinja | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/templates/core/404.jinja b/core/templates/core/404.jinja index a777cea6..3846ed70 100644 --- a/core/templates/core/404.jinja +++ b/core/templates/core/404.jinja @@ -4,6 +4,9 @@

{% trans %}404, Not Found{% endtrans %}

+

+ {{ exception }} +

{% endblock %}