Update participation when editing contest from UI
This commit is contained in:
parent
c86e34fba1
commit
ac2fd3dfe0
2 changed files with 10 additions and 1 deletions
|
@ -113,7 +113,7 @@ class ICPCContestFormat(DefaultContestFormat):
|
|||
if format_data:
|
||||
penalty = (
|
||||
format_html(
|
||||
'<small style="color:red"> ({penalty})</small>',
|
||||
'<small style="color:red"> +{penalty}</small>',
|
||||
penalty=floatformat(format_data["penalty"]),
|
||||
)
|
||||
if format_data["penalty"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue