From fca129b367c182a2265239989356b158c35d9343 Mon Sep 17 00:00:00 2001 From: Erik Thiele Date: Fri, 10 Jul 2026 16:50:01 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20Leeres=20Span=20f=C3=BCr=20Edit-Spalte?= =?UTF-8?q?=20bei=20Nicht-URL-Items=20(Grid-Alignment)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/admin.html | 2 ++ templates/priority.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/templates/admin.html b/templates/admin.html index 1573220..f087724 100755 --- a/templates/admin.html +++ b/templates/admin.html @@ -293,6 +293,8 @@ data-oldname="{{ file.name | e }}"> Edit + {% else %} + {% endif %} diff --git a/templates/priority.html b/templates/priority.html index ea3cc48..4bc3995 100644 --- a/templates/priority.html +++ b/templates/priority.html @@ -195,6 +195,8 @@ data-oldname="{{ file.name | e }}"> Edit + {% else %} + {% endif %}