From fe18480ff842cb2e4166e1f2c550ef4055db50f9 Mon Sep 17 00:00:00 2001
From: Julian Rother <julianr@fsmpi.rwth-aachen.de>
Date: Mon, 24 Apr 2017 12:44:22 +0200
Subject: [PATCH] Removed comment from preview macro

---
 templates/macros.html | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/templates/macros.html b/templates/macros.html
index a886bf3..ed84603 100644
--- a/templates/macros.html
+++ b/templates/macros.html
@@ -14,7 +14,6 @@
 				</div>
 				<div class="col-xs-4">
 					<div>{{ lecture['title']|fixnl|safe  }}</div>
-					<p style="font-style: italic; color: #777;">{{ lecture['comment']|fixnl|safe }}</p>
 				</div>
 			</div>
 		</div>
@@ -25,8 +24,9 @@
 				</li>
 				<li>
 					{% if lecture.live %}<span class="label label-danger">Live</span> {% endif %}
-					<strong>{{ lecture.course.short }}</strong> {{ lecture['time'] }}
+					<strong>{{ lecture.course.title }}</strong>
 				</li>
+				<li>{{ lecture['time'] }}</li>
 				{% if lecture['speaker'] %}
 				<li>
 					<span class="small">Gehalten von {{ lecture['speaker']|safe }} </span>
@@ -35,9 +35,6 @@
 				<li>
 					{{ lecture['title']|fixnl|safe  }}
 				</li>
-				<li>
-					<p style="font-style: italic; color: #777;">{{ lecture['comment']|fixnl|safe }}</p>
-				</li>
 			</ul>
 		</div>
 	</a>
-- 
GitLab