From dd6c57ed80407d73efc2f884888d8fcb18358fee Mon Sep 17 00:00:00 2001 From: Dries Peeters Date: Wed, 29 Oct 2025 08:26:35 +0100 Subject: [PATCH] fix: remove duplicate delete modal in kanban columns page Removed duplicate Bootstrap modal that was causing delete column content to appear on other pages. The Tailwind modal is now properly positioned outside the main content container. --- app/templates/kanban/columns.html | 46 ++++--------------------------- 1 file changed, 5 insertions(+), 41 deletions(-) diff --git a/app/templates/kanban/columns.html b/app/templates/kanban/columns.html index a152f38..1ef27cf 100644 --- a/app/templates/kanban/columns.html +++ b/app/templates/kanban/columns.html @@ -115,7 +115,11 @@
  • {{ _('Columns marked as "Complete" will mark tasks as completed when dragged to that column') }}
  • {{ _('Inactive columns are hidden from the kanban board but tasks with that status remain accessible') }}
  • - + + + + + - - - - -