From 33f4e82399ea5616dd76b0a39db4f018b4ee8477 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Wed, 20 Sep 2023 12:40:04 +0530 Subject: [PATCH] fix: batch copy --- lms/www/batches/batch_details.html | 4 ++-- lms/www/batches/batch_details.py | 7 +++++-- lms/www/billing/billing.py | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/lms/www/batches/batch_details.html b/lms/www/batches/batch_details.html index 5ed9fe76..b1967306 100644 --- a/lms/www/batches/batch_details.html +++ b/lms/www/batches/batch_details.html @@ -136,9 +136,9 @@ {% endif %}
- {% if is_moderator or is_evaluator or is_student %} + {% if is_moderator or is_evaluator %} - {{ _("Checkout Batch") }} + {{ _("Manage Batch") }} {% elif batch_info.paid_batch %}