CourseList standardized

This commit is contained in:
SJost 2019-01-16 10:46:02 +01:00
parent b25d542f6b
commit 54a1ea612d

View File

@ -189,10 +189,11 @@ getCourseListR = do
muid <- maybeAuthId muid <- maybeAuthId
let colonnade = widgetColonnade $ mconcat let colonnade = widgetColonnade $ mconcat
[ colCourseDescr [ colCourseDescr
, colCShort , colSchoolShort
, colTerm , colTerm
, colCShort
, maybe mempty (const colRegistered) muid , maybe mempty (const colRegistered) muid
, colSchool
] ]
whereClause = const $ E.val True whereClause = const $ E.val True
validator = def validator = def