From 40179d300ed81c0bdac02f39f89ca3e53c8e0411 Mon Sep 17 00:00:00 2001 From: Julian Rother <julianr@fsmpi.rwth-aachen.de> Date: Fri, 26 May 2017 12:02:38 +0200 Subject: [PATCH] Removed live-announcement on published videos --- templates/macros.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/macros.html b/templates/macros.html index 432956f..6280ddb 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'] %} -- GitLab