Skip to content
Snippets Groups Projects
Commit 40179d30 authored by Julian Rother's avatar Julian Rother
Browse files

Removed live-announcement on published videos

parent da9e40f1
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<div class="row"> <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"> <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"> <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>{% if ismod() %}ID: {{lecture.id}}{% endif %}</span><br>
<span>{{ lecture['time'] }}</span> <span>{{ lecture['time'] }}</span>
{% if lecture['speaker'] %} {% if lecture['speaker'] %}
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
</li> </li>
<li> <li>
<strong>{{ lecture.course.title }}</strong> <strong>{{ lecture.course.title }}</strong>
{{livelabel(lecture.live, lecture.livehandle)}} {{livelabel(0, lecture.livehandle)}}
</li> </li>
<li>{{ lecture['time'] }}</li> <li>{{ lecture['time'] }}</li>
{% if lecture['speaker'] %} {% if lecture['speaker'] %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment