From 83949a7cc5e4fe1f8697d0873015466ec8e96110 Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Tue, 8 Jan 2019 15:58:26 +0530 Subject: Fix Overall Course Completion percentage in Student interface --- yaksh/templates/yaksh/course_modules.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yaksh/templates/yaksh/course_modules.html b/yaksh/templates/yaksh/course_modules.html index 9d936d6..990c843 100644 --- a/yaksh/templates/yaksh/course_modules.html +++ b/yaksh/templates/yaksh/course_modules.html @@ -18,7 +18,7 @@
-
{{course}}
+
{{ course.name }}
Overall @@ -26,7 +26,7 @@
- 50% completed + {{ course_percentage }} % completed
-- cgit