From 1f12dd3908f694623b80132241820e88083bb64f Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Fri, 26 Jan 2024 11:47:46 -0800 Subject: [PATCH] show only the first 5 rows --- app/templates/views/dashboard/dashboard.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 %}