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