From a9d53b87d052430eabfc82ee306ecbcd7d8523f6 Mon Sep 17 00:00:00 2001
From: Andreas Valder <andreasv@fsmpi.rwth-aachen.de>
Date: Thu, 1 Sep 2016 19:45:26 +0200
Subject: [PATCH] added a label to the lecture place

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

diff --git a/templates/macros.html b/templates/macros.html
index 16579d2..dac9b90 100644
--- a/templates/macros.html
+++ b/templates/macros.html
@@ -141,7 +141,7 @@ $('#embedcodebtn').popover(
 				{% if  ismod() %}
 				<li>{{ valueeditor(['lectures',lecture.id,'internal'], lecture.internal) }}</li>
 				<li>Sichtbar: {{ valuecheckbox(['lectures',lecture.id,'visible'], lecture.visible) }}</li>
-				<li>{{ valueeditor(['lectures',lecture.id,'place'], lecture.place) }} </li>
+				<li>Hörsaal: {{ valueeditor(['lectures',lecture.id,'place'], lecture.place) }} </li>
 				{% endif %}
 			</ul>
 		</span>
-- 
GitLab