diff options
Diffstat (limited to 'src/templates/notifier/inbox.html')
-rw-r--r-- | src/templates/notifier/inbox.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/notifier/inbox.html b/src/templates/notifier/inbox.html index c0ee1ba..471eae4 100644 --- a/src/templates/notifier/inbox.html +++ b/src/templates/notifier/inbox.html @@ -56,7 +56,7 @@ <div class="inbox-panel"> <div class="section-panel"> <div class="card-container"> - {% for notification in notifier_messages %} + {% for notification in notifications %} <div class="inbox-entry card" onclick="showmessage({{notification.id}}); setactive(this);"> {{ notification }} </div> |