diff --git a/templates/course.hamlet b/templates/course.hamlet index 151a3291a..4d99c9288 100644 --- a/templates/course.hamlet +++ b/templates/course.hamlet @@ -213,12 +213,14 @@ $# $if NTop (Just 0) < NTop (courseCapacity course) _{MsgCourseEventTime} _{MsgCourseEventRoom} + + _{MsgCourseEventNote} $if mayCreateEvents _{MsgCourseEventActions} \ #{iconInvisible} - $forall (cID, CourseEvent{courseEventType, courseEventTime, courseEventRoom}) <- events + $forall (cID, CourseEvent{courseEventType, courseEventTime, courseEventRoom, courseEventNote}) <- events toPathPiece cID}>
@@ -229,6 +231,9 @@ $# $if NTop (Just 0) < NTop (courseCapacity course)
#{courseEventRoom} + +
+ #{courseEventNote} $if mayCreateEvents