Update participation when editing contest from UI

This commit is contained in:
cuom1999 2022-11-04 16:56:26 -05:00
parent c86e34fba1
commit ac2fd3dfe0
2 changed files with 10 additions and 1 deletions

View file

@ -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"]