From 7d41f17f726a616c77d649b7d51db9607fd925b2 Mon Sep 17 00:00:00 2001 From: Andreas <andreasv@fsmpi.rwth-aachen.de> Date: Mon, 12 Sep 2016 01:50:06 +0200 Subject: [PATCH] fixed copy paste error --- templates/lecture.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/lecture.html b/templates/lecture.html index 13088a4..f135ca5 100644 --- a/templates/lecture.html +++ b/templates/lecture.html @@ -40,7 +40,7 @@ <th>Sichtbar</th> <th></th> </tr> - {% for c in chapters|sort(attribute='start') %} + {% for c in chapters|sort(attribute='time') %} <tr onclick=" $('.player video')[0].setCurrentTime({{c['time']}})"> <td>{{ loop.index }}</td> <td>{{ vtttime(c['time']) }}</td> -- GitLab