Skip to content
Snippets Groups Projects
Commit 15343e8a authored by Andreas Valder's avatar Andreas Valder
Browse files

made course title at player a link

parent a7909d8a
Branches
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
{% block content %} {% block content %}
<div class="panel panel-default"> <div class="panel panel-default">
<div class="panel-heading"> <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>
<div class="panel-body"> <div class="panel-body">
<div class="row" style="padding: 0px;"> <div class="row" style="padding: 0px;">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment