From b06c1a4949ec5904479f6c1382d32d861bd567fb Mon Sep 17 00:00:00 2001 From: Konrad du Plessis Date: Wed, 22 Apr 2026 17:10:26 +0200 Subject: [PATCH] Team detail: Recent Work Logs rows open payroll modal (admin only) Admins see cursor:pointer + data-log-id on each row. Click opens the shared modal from base.html. Supervisors unchanged. Co-Authored-By: Claude Opus 4.7 (1M context) --- core/templates/core/teams/detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/templates/core/teams/detail.html b/core/templates/core/teams/detail.html index f4a5077..5b55999 100644 --- a/core/templates/core/teams/detail.html +++ b/core/templates/core/teams/detail.html @@ -155,7 +155,7 @@ DateProjectWorkers {% for log in recent_logs %} - + {{ log.date|date:"d M Y" }} {{ log.project.name }} {{ log.workers.count }}