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 %} 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