minor comment added
This commit is contained in:
parent
18f33290bb
commit
cdf2cec832
@ -58,7 +58,7 @@ makeSubmissionForm unpackZips grouping = identForm FIDsubmission $ \html -> do
|
|||||||
<* submitButton
|
<* submitButton
|
||||||
where
|
where
|
||||||
groupNr
|
groupNr
|
||||||
| Arbitrary{..} <- grouping = pred maxParticipants
|
| Arbitrary{..} <- grouping = pred maxParticipants -- pred to account for the person submitting
|
||||||
| otherwise = 0
|
| otherwise = 0
|
||||||
|
|
||||||
getSubmissionR, postSubmissionR :: TermId -> Text -> Text -> SubmissionMode -> Handler Html
|
getSubmissionR, postSubmissionR :: TermId -> Text -> Text -> SubmissionMode -> Handler Html
|
||||||
|
|||||||
Reference in New Issue
Block a user