From 9f4b9f06f594a7f96f2fabcaf150309ecc05c250 Mon Sep 17 00:00:00 2001 From: emile Date: Thu, 15 May 2025 10:05:05 +0300 Subject: [PATCH] new --- .../osinacore/templates/projects-dashboard.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/osinaweb/osinacore/templates/projects-dashboard.html b/osinaweb/osinacore/templates/projects-dashboard.html index 2712e3bf..1e9def4e 100644 --- a/osinaweb/osinacore/templates/projects-dashboard.html +++ b/osinaweb/osinacore/templates/projects-dashboard.html @@ -81,10 +81,10 @@ {% for point in points %} - {{ point.task.project.name }} - {{ point.task.name }} - {{ point.text|truncatechars:30 }} - + {{ point.task.project.name }} + {{ point.task.name }} + {{ point.text|truncatechars:30 }} + {{ point.task.assigned_to.user.first_name }} {{ point.task.assigned_to.user.last_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 {% endwith %} - + {% with point.pointactivity_set.last as last_activity %} {% if last_activity %} {{ last_activity.end_time|date:"j F H:i" }}