Skip to content
Merged
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
3 changes: 2 additions & 1 deletion project/core/templates/global_nav.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

{% load static %}
{% load notifications_tags %}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to load notification_tags here or is “load static” all that is needed?

Copy link
Contributor Author

@ashfaq1934 ashfaq1934 Apr 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Brylie, thanks for responding.

Sorry I probably should have mentioned this in my pull request, when I don't load in notifications_tags then I get a template syntax error for live_notify_badge tag.
image

<nav class="nav" id="js-global-nav">
<div class="nav-wrapper ">
<!-- Left Nav (Logo) -->
Expand Down