diff --git a/osinaweb/db.sqlite3 b/osinaweb/db.sqlite3 index d41890e5..ee6afeeb 100644 Binary files a/osinaweb/db.sqlite3 and b/osinaweb/db.sqlite3 differ diff --git a/osinaweb/osinacore/__pycache__/urls.cpython-313.pyc b/osinaweb/osinacore/__pycache__/urls.cpython-313.pyc index 36def678..584d09f6 100644 Binary files a/osinaweb/osinacore/__pycache__/urls.cpython-313.pyc and b/osinaweb/osinacore/__pycache__/urls.cpython-313.pyc differ diff --git a/osinaweb/osinacore/__pycache__/views.cpython-313.pyc b/osinaweb/osinacore/__pycache__/views.cpython-313.pyc index 9375ab1b..19d2e764 100644 Binary files a/osinaweb/osinacore/__pycache__/views.cpython-313.pyc and b/osinaweb/osinacore/__pycache__/views.cpython-313.pyc differ diff --git a/osinaweb/osinacore/templates/projects-dashboard.html b/osinaweb/osinacore/templates/projects-dashboard.html new file mode 100644 index 00000000..942ae031 --- /dev/null +++ b/osinaweb/osinacore/templates/projects-dashboard.html @@ -0,0 +1,117 @@ +{% extends "main.html" %} +{% load static %} +{% block content %} + + + + +
Project | +Status | +Date | +Staff | +
---|---|---|---|
{{ task.project.name }} | +{{ task.status }} | +{{ task.start_date }} | +{{ task.assigned_to.user.first_name }} {{ task.assigned_to.user.last_name }} | +