From a1703d6846669693a9b3c63cfdf2fc82759c0347 Mon Sep 17 00:00:00 2001 From: Dries Peeters Date: Wed, 3 Sep 2025 14:41:54 +0200 Subject: [PATCH] feat(tasks): show client name next to project in task forms - Update app/templates/tasks/create.html and app/templates/tasks/edit.html - Render project options as "Project (Client)" for clearer selection - No backend changes required --- app/templates/tasks/create.html | 2 +- app/templates/tasks/edit.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/tasks/create.html b/app/templates/tasks/create.html index bdd4274..ba74185 100644 --- a/app/templates/tasks/create.html +++ b/app/templates/tasks/create.html @@ -63,7 +63,7 @@ {% for project in projects %} {% endfor %} diff --git a/app/templates/tasks/edit.html b/app/templates/tasks/edit.html index f876d5b..033cd93 100644 --- a/app/templates/tasks/edit.html +++ b/app/templates/tasks/edit.html @@ -63,7 +63,7 @@ {% for project in projects %} {% endfor %}