From e2657d6b5d13213e51b8802cfbbbd3ae325cedff Mon Sep 17 00:00:00 2001 From: Julian Rother <julianr@fsmpi.rwth-aachen.de> Date: Sat, 29 Apr 2017 23:51:10 +0200 Subject: [PATCH] Fixed video id in sortlog, closes #276 --- templates/sortlog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/sortlog.html b/templates/sortlog.html index 184af50..21d05c3 100644 --- a/templates/sortlog.html +++ b/templates/sortlog.html @@ -54,7 +54,7 @@ <td><a href="{{ config.VIDEOPREFIX }}/{{i.path}}">{{i.path}}</a></td> <td><a href="{{url_for('course', id=i.course_id)}}">{{i.course_id}}</a></td> <td><a href="{{url_for('course', id=i.course_id)}}#lecture-{{i.lecture_id}}">{{i.lecture_id}}</a></td> - <td>{{i.id}}</td> + <td>{{i.video_id}}</td> </tr> {% endfor %} </table> -- GitLab