DEV Community

Vicente G. Reyes
Vicente G. Reyes

Posted on

Notifications not showing on list

0

I have a django app with django-notifications-hq installed. The notifications are working pretty well except for the list of notifications aren't showing on the field. The notifications count is showing in the navbar.

Here's my code :

<div class="dropdown"&gt
    <button class="btn btn-link dropdown-toggle" type="button" id="dropdownMenuButton1" data-bs-toggle="dropdown" aria-expanded="false">
      <svg xmlns="http://www.w3.org/2000/svg" width="16"

Top comments (0)