From b5c8f305dd30a3e1a122d23af658616ca0f188a9 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 3 Mar 2026 16:04:45 +0000 Subject: [PATCH] feat: add delete button to task detail and edit pages Task detail page gets a Delete button in the header bar (matching all other entity detail pages). Task edit form gets a Delete button below the form. Both use confirmation dialog via data-confirm. Co-Authored-By: Claude Opus 4.6 --- templates/task_detail.html | 3 +++ templates/task_form.html | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/templates/task_detail.html b/templates/task_detail.html index d14d667..748b042 100644 --- a/templates/task_detail.html +++ b/templates/task_detail.html @@ -23,6 +23,9 @@ {% endif %} {% endif %} Edit +
+ +
+ + +{% endif %} {% endblock %}