diff --git a/app/templates/views/dashboard/dashboard.html b/app/templates/views/dashboard/dashboard.html index b99f322c6..a151053e3 100644 --- a/app/templates/views/dashboard/dashboard.html +++ b/app/templates/views/dashboard/dashboard.html @@ -55,7 +55,8 @@ - {% for notification in notifications %} + {{ notifications}} + {% for notification in notifications[:5] %} {% if notification %}