Skip to content

Commit c53fce6

Browse files
committed
Added bold to partial score %
1 parent 5fe2627 commit c53fce6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

oioioi/programs/templates/programs/report-comments.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
{% if test.comment %}
2929
{% if test.result_percentage %}
3030
{% blocktranslate with test.result_percentage as percentage %}
31-
Granted {{ percentage }}% points, comment:
31+
Granted <b>{{ percentage }}%</b> points, comment:
3232
{% endblocktranslate %}
3333
{% endif %}
3434
{{ test.comment }}
3535
{% else %}
3636
{% if test.result_percentage %}
3737
{% blocktranslate with test.result_percentage as percentage %}
38-
Granted {{ percentage }}% points.
38+
Granted <b>{{ percentage }}%</b> points.
3939
{% endblocktranslate %}
4040
{% endif %}
4141
{% endif %}

0 commit comments

Comments
 (0)