From 5ab9131629f39c6b1f59235dd8d92fc9d4db7225 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Thu, 13 Feb 2025 16:57:21 +0530 Subject: [PATCH] fix: misc batch issues --- frontend/src/components/BatchFeedback.vue | 4 +-- frontend/src/components/BatchStudents.vue | 4 +-- .../components/Modals/AnnouncementModal.vue | 7 ++-- .../Modals/BatchStudentProgress.vue | 33 +++++++++++++++---- frontend/src/pages/BatchDetail.vue | 5 +++ lms/lms/api.py | 29 +++++----------- .../lms_batch_enrollment.py | 14 ++++---- lms/lms/utils.py | 21 ++++++++---- lms/templates/emails/batch_confirmation.html | 8 +---- lms/templates/emails/payment_reminder.html | 8 ++++- 10 files changed, 80 insertions(+), 53 deletions(-) diff --git a/frontend/src/components/BatchFeedback.vue b/frontend/src/components/BatchFeedback.vue index 5a7e0204..fb2cb3ca 100644 --- a/frontend/src/components/BatchFeedback.vue +++ b/frontend/src/components/BatchFeedback.vue @@ -78,7 +78,7 @@