diff --git a/templates/macros.html b/templates/macros.html
index 432956f9b084bcbe18b77d9f269b4622873a6b1b..6280ddbcefba5119b077a67b52dd670348b3df14 100644
--- a/templates/macros.html
+++ b/templates/macros.html
@@ -11,7 +11,7 @@
 			<div class="row">
 				<img class="col-xs-4" style="max-height: 120px; height: auto; width:170px" src="{{ config.VIDEOPREFIX }}/thumbnail/l_{{ lecture['id'] }}.jpg" alt="Vorschaubild">
 				<div class="col-xs-4">
-					<span><strong>{{ lecture.course.short }}</strong> {{livelabel(lecture.live, lecture.livehandle)}}{% if ismod() %} <i>({{lecture.course_id}})</i>{% endif %}</span><br>
+					<span><strong>{{ lecture.course.short }}</strong> {{livelabel(0, lecture.livehandle)}}{% if ismod() %} <i>({{lecture.course_id}})</i>{% endif %}</span><br>
 					<span>{% if ismod() %}ID: {{lecture.id}}{% endif %}</span><br>
 					<span>{{ lecture['time'] }}</span>
 					{% if lecture['speaker'] %}
@@ -30,7 +30,7 @@
 				</li>
 				<li>
 					<strong>{{ lecture.course.title }}</strong>
-					{{livelabel(lecture.live, lecture.livehandle)}}
+					{{livelabel(0, lecture.livehandle)}}
 				</li>
 				<li>{{ lecture['time'] }}</li>
 				{% if lecture['speaker'] %}