From 2a5036a6d6f4b7ad05289f2305bded11e51b7a0f Mon Sep 17 00:00:00 2001 From: adityacp Date: Tue, 15 Dec 2020 22:45:33 +0530 Subject: Fix table issue in course modules page --- yaksh/templates/yaksh/course_modules.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaksh/templates/yaksh/course_modules.html b/yaksh/templates/yaksh/course_modules.html index 75b6046..39b9c97 100644 --- a/yaksh/templates/yaksh/course_modules.html +++ b/yaksh/templates/yaksh/course_modules.html @@ -122,7 +122,7 @@
- +
{% for unit in module.get_learning_units %}
-- cgit