We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe2627 commit c53fce6Copy full SHA for c53fce6
oioioi/programs/templates/programs/report-comments.html
@@ -28,14 +28,14 @@
28
{% if test.comment %}
29
{% if test.result_percentage %}
30
{% blocktranslate with test.result_percentage as percentage %}
31
- Granted {{ percentage }}% points, comment:
+ Granted <b>{{ percentage }}%</b> points, comment:
32
{% endblocktranslate %}
33
{% endif %}
34
{{ test.comment }}
35
{% else %}
36
37
38
- Granted {{ percentage }}% points.
+ Granted <b>{{ percentage }}%</b> points.
39
40
41
0 commit comments