1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-07-17 08:55:52 +02:00

There are only 3 problems

This commit is contained in:
Yohann D'ANELLO
2020-10-31 13:36:03 +01:00
parent 95e1c4f821
commit 2273cbfbc6
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ class Participation(models.Model):
)
problem = models.IntegerField(
choices=[(i, format_lazy(_("Problem #{problem:d}"), problem=i)) for i in range(1, 5)],
choices=[(i, format_lazy(_("Problem #{problem:d}"), problem=i)) for i in range(1, 4)],
null=True,
default=None,
verbose_name=_("problem number"),