diff --git a/shared/templates/404.html b/shared/templates/404.html index 36ceff9..f344424 100644 --- a/shared/templates/404.html +++ b/shared/templates/404.html @@ -16,7 +16,6 @@ {% blocktrans with host=request.get_host %}La page à l'adresse « {{ host }}{{ request_path }} » n'a pas pu être trouvée.{% endblocktrans %} - {% if exception != "Resolver404" %}

{{ exception }}

{% endif %} {% endblock %}