From f78945c7835589b425668a84669e58dce3122ee7 Mon Sep 17 00:00:00 2001 From: Claire Peters Date: Tue, 12 May 2026 16:37:26 -0700 Subject: [PATCH 1/2] add notifications menu to navbar --- coldfront/templates/common/authorized_navbar.html | 1 + 1 file changed, 1 insertion(+) diff --git a/coldfront/templates/common/authorized_navbar.html b/coldfront/templates/common/authorized_navbar.html index 389070f9f1..5757491381 100644 --- a/coldfront/templates/common/authorized_navbar.html +++ b/coldfront/templates/common/authorized_navbar.html @@ -36,6 +36,7 @@ {% if request.user.is_superuser %} {% include 'common/navbar_admin.html' %} + {% include 'coldfront_notifications/navbar.html' %} {% elif request.user.is_staff %} {% include 'common/navbar_nonadmin_staff.html' %} {% elif perms.project.can_review_pending_project_reviews or perms.grant.can_view_all_grants %} From d0bc5b10e46d3523c637ad21a1bdc3842cc8d576 Mon Sep 17 00:00:00 2001 From: Claire Peters Date: Wed, 13 May 2026 09:59:33 -0700 Subject: [PATCH 2/2] add plugin to requirements.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 3fd14b14d5..d10099cc00 100644 --- a/requirements.txt +++ b/requirements.txt @@ -70,3 +70,4 @@ xhtml2pdf==0.2.15 XlsxWriter git+https://github.com/fasrc/slurmrest_python_sdk.git git+https://github.com/fasrc/sftocf.git +git+https://github.com/theam/coldfront_notifications.git