From 9b9eec325ba33cf94f50ccf72d880f9eac60dba0 Mon Sep 17 00:00:00 2001 From: Raffaele Giancotti Date: Thu, 3 Oct 2024 13:51:29 -0400 Subject: [PATCH] At /console/published-projects/ a search tool has been added to the page. Closes #2307 --- .../templates/console/published_projects.html | 33 ++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/physionet-django/console/templates/console/published_projects.html b/physionet-django/console/templates/console/published_projects.html index 3db98d14a7..1de0ff754a 100644 --- a/physionet-django/console/templates/console/published_projects.html +++ b/physionet-django/console/templates/console/published_projects.html @@ -9,12 +9,23 @@ {% endblock %} {% block content %} +
Published Projects {{ projects.paginator.count }}
-
+
+
+ +
+
+
+
+ +
+
+
@@ -48,3 +59,23 @@ {% endblock %} + +{% block local_js_bottom %} + +{% endblock %}