From cd3d92b4f652f9f54f5cebf8da0fb8066191f951 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Tue, 2 Dec 2025 19:54:14 +0100 Subject: [PATCH] Fix rendering of the logout button in a few places --- templates/components/logout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/components/logout.html b/templates/components/logout.html index 391a02500..5db056120 100644 --- a/templates/components/logout.html +++ b/templates/components/logout.html @@ -12,7 +12,7 @@ Please see LICENSE files in the repository root for full details. {% for key, value in post_logout_action|items %} {% endfor %} - {% if caller %} + {% if caller is defined %} {{ caller() }} {% elif as_link %}