Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions coldfront/templates/common/authorized_navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
</li>
{% 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 %}
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading