Skip to content
Snippets Groups Projects
Commit 10098ab6 authored by Martin Mareš's avatar Martin Mareš
Browse files

Seznam všech řešení v soutěži používá sol_display_points

parent cc5583db
No related branches found
No related tags found
1 merge request!134Prázdné protokoly
...@@ -93,12 +93,8 @@ konkrétní úlohu. Symbol <span class="icon">🗐</span> značí, že existuje ...@@ -93,12 +93,8 @@ konkrétní úlohu. Symbol <span class="icon">🗐</span> značí, že existuje
<td class="sol"> <td class="sol">
{% endif %} {% endif %}
<td class="sol"> <td class="sol">
{% if sol.points is not none %} {{ sol|sol_display_points }}
{{ sol.points|decimal }} {% if sol.points is not none %}{% do sum_points.append(sol.points) %}{% endif %}
{% if sum_points.append(sol.points) %}{% endif %}
{% else %}
<span class="unknown">?</span>
{% endif %}
<td class="sol"> <td class="sol">
{% else %} {% else %}
<td colspan=3> <td colspan=3>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment