From 4fd41f9c789cd654de4c125299f405aab7666235 Mon Sep 17 00:00:00 2001
From: Julian Rother <julianr@fsmpi.rwth-aachen.de>
Date: Tue, 11 Oct 2016 13:48:18 +0200
Subject: [PATCH] =?UTF-8?q?Interne=20Bemerkungen=20im=20Moderatorinterface?=
 =?UTF-8?q?=20hinzugef=C3=BCgt?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 templates/course.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/templates/course.html b/templates/course.html
index dd83c7d..be0890a 100644
--- a/templates/course.html
+++ b/templates/course.html
@@ -41,6 +41,7 @@
 					<tr><td>Handle:</td><td>{{ moderator_editor(['courses',course.id,'handle'], course.handle) }}</td></tr>
 					<tr><td>Thema:</td><td>{{ moderator_editor(['courses',course.id,'subject'], course.subject) }}</td></tr>
 					<tr><td>Zuständig:</td><td>{{ moderator_editor(['courses',course.id,'responsible'], course.responsible) }}</td></tr>
+					<tr><td>Interne Bemerkungen:</td><td>{{ moderator_editor(['courses',course.id,'internal'], course.internal) }}</td></tr>
 				</tbody>
 			</table>
 		</div>
-- 
GitLab