summaryrefslogtreecommitdiffstats
path: root/dashboard/src/templates/notifier/inbox.html
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/src/templates/notifier/inbox.html')
-rw-r--r--dashboard/src/templates/notifier/inbox.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/src/templates/notifier/inbox.html b/dashboard/src/templates/notifier/inbox.html
index c0ee1ba..471eae4 100644
--- a/dashboard/src/templates/notifier/inbox.html
+++ b/dashboard/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>