Allow to create group and its contest on UI
This commit is contained in:
parent
196e2a9bb0
commit
67ef6b9111
28 changed files with 1029 additions and 556 deletions
|
@ -759,6 +759,7 @@ class ContestProblem(models.Model):
|
|||
help_text=_(
|
||||
"Maximum number of submissions for this problem, " "or 0 for no limit."
|
||||
),
|
||||
verbose_name=_("max submissions"),
|
||||
default=0,
|
||||
validators=[
|
||||
MinValueValidator(0, _("Why include a problem you " "can't submit to?"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue