CourseList standardized
This commit is contained in:
parent
b25d542f6b
commit
54a1ea612d
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user