fix: fix hlint

This commit is contained in:
Sarah Vaupel 2020-01-09 08:56:19 +01:00
parent cb7c9ac6da
commit 9ecffc8d8c

View File

@ -54,7 +54,7 @@ getECorrectR tid ssh csh examn = do
ptsInput :: ExamPartNumber -> Widget
ptsInput n = do
name <- newIdent
fieldView (pointsField :: Field Handler Points) ("exam-correct__"<>(toPathPiece n)) name [("class","exam-correct__pts-input")] (Left "") False
fieldView (pointsField :: Field Handler Points) ("exam-correct__" <> toPathPiece n) name [("class","exam-correct__pts-input")] (Left "") False
participantHeadTooltip = [whamlet| _{MsgExamCorrectHeadParticipantTooltip} |]