Change how batch scoring works
This commit is contained in:
parent
65dea68be3
commit
01c0365208
5 changed files with 89 additions and 51 deletions
|
@ -127,14 +127,8 @@
|
|||
</td>
|
||||
|
||||
<td><span class="col-title">{{_('Point')}}: </span>
|
||||
{% if not batch.id %}
|
||||
{{ case.points|floatformat }}/{{ case.total|floatformat(0) }}
|
||||
{% else %}
|
||||
-
|
||||
{% endif %}
|
||||
{{ case.points|floatformat }}/{{ case.total|floatformat }}
|
||||
</td>
|
||||
|
||||
|
||||
<td>
|
||||
{%- if case.status != 'SC' -%}
|
||||
{%- if case.status == 'TLE' -%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue