From 2c4e039313312e9baad95f85e816509e546b6b2f Mon Sep 17 00:00:00 2001 From: sundasnoreen12 Date: Fri, 10 May 2024 14:50:30 +0500 Subject: [PATCH] fix: moved tr outside forloop --- .../notifications/templates/notifications/digest_header.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openedx/core/djangoapps/notifications/templates/notifications/digest_header.html b/openedx/core/djangoapps/notifications/templates/notifications/digest_header.html index 9d731e35528a..7957524e8ae2 100644 --- a/openedx/core/djangoapps/notifications/templates/notifications/digest_header.html +++ b/openedx/core/djangoapps/notifications/templates/notifications/digest_header.html @@ -56,10 +56,9 @@ {% if forloop.counter|divisibleby:3 %} - {% elif forloop.last %} - {% endif %} {% endfor %} +