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