From 15343e8a742964af1847fd1bb264242c7a669544 Mon Sep 17 00:00:00 2001 From: Andreas Valder <andreasv@fsmpi.rwth-aachen.de> Date: Thu, 8 Sep 2016 01:35:22 +0200 Subject: [PATCH] made course title at player a link --- templates/lecture.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/lecture.html b/templates/lecture.html index 2f6ae67..8c10cea 100644 --- a/templates/lecture.html +++ b/templates/lecture.html @@ -7,7 +7,7 @@ {% block content %} <div class="panel panel-default"> <div class="panel-heading"> - <h1 class="panel-title"><strong>{{ course.title }}</strong>: {{ lecture.title}}</h1> + <h1 class="panel-title"><strong><a href="{{url_for('course', handle=course.handle)}}#lecture-{{lecture.id}}">{{ course.title }}</strong></a>: {{ lecture.title}}</h1> </div> <div class="panel-body"> <div class="row" style="padding: 0px;"> -- GitLab