From 3e217025d6130fbbed8fe239b045519a3a7d0f4b Mon Sep 17 00:00:00 2001 From: adityacp Date: Tue, 15 Dec 2020 20:18:31 +0530 Subject: Add new UI over bootstrap --- stats/templates/view_lesson_tracking.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'stats/templates/view_lesson_tracking.html') diff --git a/stats/templates/view_lesson_tracking.html b/stats/templates/view_lesson_tracking.html index a9d3025..75573c0 100644 --- a/stats/templates/view_lesson_tracking.html +++ b/stats/templates/view_lesson_tracking.html @@ -39,7 +39,7 @@

- - +
+
+ @@ -94,12 +95,13 @@ - - + + + {% for track in trackings %} @@ -122,7 +124,9 @@ {% endfor %} +
Sr No. Student Name Started on  Current Duration  Video Duration Percentage Watched Watched Once Completely Percentage Watched  Total Time Spent  Total Visits 
{{ forloop.counter0 }}{{track.get_no_of_vists}}
+ {% endwith %}
{% include "yaksh/paginator.html" %} -- cgit