From 2a055b2f721cfc5d209b29bbffb1dd821ae7ebc2 Mon Sep 17 00:00:00 2001 From: team2 Date: Mon, 23 Feb 2026 21:13:45 +0100 Subject: [PATCH] fix title in document show if document not found --- templates/admin/document/show.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/admin/document/show.html.twig b/templates/admin/document/show.html.twig index 2fbd7fe..5ca7314 100644 --- a/templates/admin/document/show.html.twig +++ b/templates/admin/document/show.html.twig @@ -5,7 +5,7 @@ {% block body %}
-

{{ document.title }}

+

{{ document.title ?? 'Ein Fehler trat auf' }}