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
let colonnade = widgetColonnade $ mconcat
[ colCourseDescr
, colCShort
, colSchoolShort
, colTerm
, colCShort
, maybe mempty (const colRegistered) muid
, colSchool
]
whereClause = const $ E.val True
validator = def