From 7789923d21836e2b537cac2e80e3cf4c986f3b77 Mon Sep 17 00:00:00 2001 From: sundasnoreen12 Date: Fri, 10 May 2024 12:59:03 +0500 Subject: [PATCH] refactor: added tr tags --- .../notifications/templates/notifications/digest_header.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openedx/core/djangoapps/notifications/templates/notifications/digest_header.html b/openedx/core/djangoapps/notifications/templates/notifications/digest_header.html index 9791201b5dc3..9d731e35528a 100644 --- a/openedx/core/djangoapps/notifications/templates/notifications/digest_header.html +++ b/openedx/core/djangoapps/notifications/templates/notifications/digest_header.html @@ -55,7 +55,9 @@ {% if forloop.counter|divisibleby:3 %} - + + {% elif forloop.last %} + {% endif %} {% endfor %}