From c9cda6c6f5cba47886c46532d5a07d2c8375cd0f Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Thu, 5 Oct 2023 16:24:11 +0530 Subject: [PATCH] fix: show email button only to moderators --- lms/www/batches/batch.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lms/www/batches/batch.html b/lms/www/batches/batch.html index 22798514..2f78e0c6 100644 --- a/lms/www/batches/batch.html +++ b/lms/www/batches/batch.html @@ -75,11 +75,13 @@ + {% if is_moderator %}
+ {% endif %} {% if batch_info.custom_component %}