From 4a0812dfe9c52e2061bc2ae5c118e4f91f6df7da Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Thu, 13 Mar 2025 06:08:00 +0530 Subject: [PATCH] fix: batch reminder email subject and content --- frontend/src/components/CertificationLinks.vue | 18 ++++++++++++++++-- lms/lms/api.py | 5 +++-- lms/lms/doctype/lms_batch/lms_batch.py | 4 ++-- .../doctype/lms_live_class/lms_live_class.py | 2 +- lms/templates/emails/batch_start_reminder.html | 9 +++------ lms/templates/emails/live_class_reminder.html | 8 +++----- 6 files changed, 28 insertions(+), 18 deletions(-) diff --git a/frontend/src/components/CertificationLinks.vue b/frontend/src/components/CertificationLinks.vue index 1ddc22f4..2b68e56a 100644 --- a/frontend/src/components/CertificationLinks.vue +++ b/frontend/src/components/CertificationLinks.vue @@ -1,6 +1,12 @@