From 64a831f2be38490db220393a6870ca1fa916fb42 Mon Sep 17 00:00:00 2001 From: emile Date: Wed, 14 May 2025 15:34:34 +0300 Subject: [PATCH] new --- .../templates/projects-dashboard.html | 70 +++++++--- osinaweb/osinacore/views.py | 17 +-- osinaweb/static/js/projects-dashboard.js | 122 +++++++++--------- 3 files changed, 120 insertions(+), 89 deletions(-) diff --git a/osinaweb/osinacore/templates/projects-dashboard.html b/osinaweb/osinacore/templates/projects-dashboard.html index 942ae031..eb913f6d 100644 --- a/osinaweb/osinacore/templates/projects-dashboard.html +++ b/osinaweb/osinacore/templates/projects-dashboard.html @@ -2,12 +2,12 @@ {% load static %} {% block content %} - +
-

Projects Dashboard

+

Projects Dashboard

@@ -17,20 +17,20 @@

From:

+ class="w-full border rounded-md outline-none focus:border-primary p-2">

To:

+ class="w-full border rounded-md outline-none focus:border-primary p-2">

Projects

- {% for project in projects %}