diff --git a/osinaweb/db.sqlite3 b/osinaweb/db.sqlite3 index 45691eb1..df2bfa4f 100644 Binary files a/osinaweb/db.sqlite3 and b/osinaweb/db.sqlite3 differ diff --git a/osinaweb/osinacore/__pycache__/views.cpython-310.pyc b/osinaweb/osinacore/__pycache__/views.cpython-310.pyc index 767e375a..c9ecf6c2 100644 Binary files a/osinaweb/osinacore/__pycache__/views.cpython-310.pyc and b/osinaweb/osinacore/__pycache__/views.cpython-310.pyc differ diff --git a/osinaweb/osinacore/views.py b/osinaweb/osinacore/views.py index c37834d1..c30d778e 100644 --- a/osinaweb/osinacore/views.py +++ b/osinaweb/osinacore/views.py @@ -544,6 +544,7 @@ def fetch_related_tasks(request): "start_date": task.formatted_start_date(), "end_date": task.formatted_end_date(), "extra": task.extra, + "task_id": task.task_id, } for task in related_tasks ] diff --git a/osinaweb/osinaweb/__pycache__/urls.cpython-310.pyc b/osinaweb/osinaweb/__pycache__/urls.cpython-310.pyc index 5d8843b5..c0946bef 100644 Binary files a/osinaweb/osinaweb/__pycache__/urls.cpython-310.pyc and b/osinaweb/osinaweb/__pycache__/urls.cpython-310.pyc differ diff --git a/osinaweb/templates/project-details.html b/osinaweb/templates/project-details.html index ce35b54a..dc881a8c 100644 --- a/osinaweb/templates/project-details.html +++ b/osinaweb/templates/project-details.html @@ -504,13 +504,6 @@ } }); - -
-

Total Extra Task Time : 46 - hrs and 50 min

-

Total Task Time : 240 hrs - and 40 min

-