From 81667305df2bc148e4ca6247ad3b2d12b30e660c Mon Sep 17 00:00:00 2001
From: adityacp
Date: Mon, 9 Mar 2020 17:10:10 +0530
Subject: Download course progress
---
yaksh/templates/yaksh/course_progress.html | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
(limited to 'yaksh/templates')
diff --git a/yaksh/templates/yaksh/course_progress.html b/yaksh/templates/yaksh/course_progress.html
index a833c92..826f84b 100644
--- a/yaksh/templates/yaksh/course_progress.html
+++ b/yaksh/templates/yaksh/course_progress.html
@@ -4,10 +4,19 @@
{% if student_details %}
Course Progress
-
- Number Of Students: {{ students_no }}
+
+
+
+ Number Of Students: {{ students_no }}
+
+
+
{% include "yaksh/paginator.html" %}
--
cgit
From 8835afbc95c1a398cf62da7880596e7a302ae148 Mon Sep 17 00:00:00 2001
From: manojvaghela
Date: Wed, 18 Mar 2020 16:36:52 +0530
Subject: Search bar added
---
yaksh/templates/yaksh/courses.html | 28 +++++++++++++++++++++++++++-
yaksh/templates/yaksh/lessons.html | 30 ++++++++++++++++++++++++++++--
yaksh/templates/yaksh/modules.html | 30 ++++++++++++++++++++++++++++--
yaksh/templates/yaksh/quizzes.html | 30 ++++++++++++++++++++++++++++--
4 files changed, 111 insertions(+), 7 deletions(-)
(limited to 'yaksh/templates')
diff --git a/yaksh/templates/yaksh/courses.html b/yaksh/templates/yaksh/courses.html
index 0eb9a38..cc4c69f 100644
--- a/yaksh/templates/yaksh/courses.html
+++ b/yaksh/templates/yaksh/courses.html
@@ -61,6 +61,32 @@
{% else %}
+
+
+ {{ courses_found }} Course(s) Available
+
{% if messages %}
{% for message in messages %}