mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-29 11:50:57 +02:00
Reporter -> reviewer
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
@ -148,7 +148,7 @@ class Draw(models.Model):
|
||||
# The problem can be rejected
|
||||
s += _("It can decide to accept or refuse this problem.") + " "
|
||||
if len(td.rejected) >= len(settings.PROBLEMS) - settings.RECOMMENDED_SOLUTIONS_COUNT:
|
||||
s += _("Refusing this problem will add a new penalty of 25% "
|
||||
s += _("Refusing this problem will add a new 25% penalty "
|
||||
"on the coefficient of the oral defense.")
|
||||
else:
|
||||
s += _("There are still {remaining} refusals without penalty.").format(
|
||||
@ -415,7 +415,7 @@ class Pool(models.Model):
|
||||
solution_number=tds[line[0]].accepted,
|
||||
defender=tds[line[0]].participation,
|
||||
opponent=tds[line[1]].participation,
|
||||
reporter=tds[line[2]].participation,
|
||||
reviewer=tds[line[2]].participation,
|
||||
defender_penalties=tds[line[0]].penalty_int,
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user