diff options
author | Parker Berberian <pberberian@iol.unh.edu> | 2018-11-20 11:19:55 -0500 |
---|---|---|
committer | Parker Berberian <pberberian@iol.unh.edu> | 2018-11-26 14:14:10 -0500 |
commit | b02aa2535c7b7beacbc2d7d24d8522fa596afeee (patch) | |
tree | d94cb88026327bbaf1f15b841d2ac78115cefaa9 /dashboard/src/templates/notifier/inbox.html | |
parent | f2bbdbbf7e03be031723a9680aa9deaf80e4a99c (diff) |
Fixed Misc Bugs
Some corner cases that cause issues recently came to our attention.
Fixes issues in the booking workflow and the Notification system.
Change-Id: Ie16118ba1bdbeff86bb41a16dc783337b921d527
Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
Diffstat (limited to 'dashboard/src/templates/notifier/inbox.html')
-rw-r--r-- | dashboard/src/templates/notifier/inbox.html | 2 |
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> |