From ac0280640bc75e26e7fb3b42427e94a9672f8eae Mon Sep 17 00:00:00 2001 From: emile Date: Wed, 14 May 2025 15:56:17 +0300 Subject: [PATCH] new --- osinaweb/osinacore/templates/projects-dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osinaweb/osinacore/templates/projects-dashboard.html b/osinaweb/osinacore/templates/projects-dashboard.html index 4d0945ba..407dbf35 100644 --- a/osinaweb/osinacore/templates/projects-dashboard.html +++ b/osinaweb/osinacore/templates/projects-dashboard.html @@ -119,7 +119,7 @@ {{ point.status }} - {{ point.task.assigned_to.name }} + {{ point.task.assigned_to.user.first_name }} {{ point.task.assigned_to.user.last_name }} {% with point.total_activity_time as time %} {{ time.0 }}h {{ time.1 }}m