From 035bc856d0a9f0dcc43749bfbd9108b3ee9abfd0 Mon Sep 17 00:00:00 2001
From: Roman Sebastian Karwacik <roman.karwacik@rwth-aachen.de>
Date: Thu, 10 Oct 2019 17:43:41 +0200
Subject: [PATCH] =?UTF-8?q?N=C3=A4chste=20Aufnahmen:=20H=C3=B6rsaal=20nenn?=
 =?UTF-8?q?en=20(#375)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 templates/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/index.html b/templates/index.html
index 056efb0..f5caad1 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -113,7 +113,7 @@
 							<ul class="list-group" style="margin: 0px;">
 								{% for i in g.list %}
 								<li class="list-group-item list-group-item-condensed">
-									{{i.time|time}} <a href="{{url_for('course', handle=i.course.handle)}}">{{i.course.title}}</a>: <a href="{{url_for('course', handle=i.course.handle)}}#lecture-{{i.id}}">{{i.title}}</a> {{livelabel(i.live, i.nowlive)}}
+									{{i.time|time}} <a href="{{url_for('course', handle=i.course.handle)}}">{{i.course.title}}</a>: <a href="{{url_for('course', handle=i.course.handle)}}#lecture-{{i.id}}">{{i.title}}</a> ({{i.place}}) {{livelabel(i.live, i.nowlive)}}
 								</li>
 								{% endfor %}
 							</ul>
-- 
GitLab