From 5502aae6ce2830ed7bcd8ca9e5f00ce776356cb4 Mon Sep 17 00:00:00 2001
From: Julian Rother <julianr@fsmpi.rwth-aachen.de>
Date: Sat, 15 Oct 2016 23:12:11 +0200
Subject: [PATCH] Pretty-print semester in search results

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

diff --git a/templates/macros.html b/templates/macros.html
index 8631135..82774d1 100644
--- a/templates/macros.html
+++ b/templates/macros.html
@@ -62,7 +62,7 @@ $('#videoplayer').css("width");
 	<div class="row">
 			{% if show_semester %}
 				<span class="col-xs-2 col-md-1">
-					{{ course.semester }}
+					{{ course.semester|semester }}
 				</span>
 				<span class="col-xs-10 col-md-6">
 			{% else %}
-- 
GitLab