From 2a0636b32bbf7daa427ff182a41cc567fe63cc26 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Thu, 31 Aug 2023 11:58:08 +0530 Subject: [PATCH] fix: field descriptions --- lms/www/batch/edit.html | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/lms/www/batch/edit.html b/lms/www/batch/edit.html index 9c10c042..0ba36106 100644 --- a/lms/www/batch/edit.html +++ b/lms/www/batch/edit.html @@ -66,13 +66,8 @@ {% macro CreateLesson() %}
-
-
- {{ _("Title") }} -
-
- {{ _("Something Short and Concise") }} -
+
+ {{ _("Title") }}
@@ -91,7 +86,7 @@ {{ _("Instructor Notes") }}
- {{ _("This notes will only be visible to the Course Creator, Course Evaluaor and Moderator.") }} + {{ _("These notes will only be visible to the Course Creator, Course Evaluaor and Moderator.") }}
{% if lesson.instructor_notes %}