Skip to content
Snippets Groups Projects

Prázdné protokoly

Merged Martin Mareš requested to merge mj/points into devel
1 file
+ 2
6
Compare changes
  • Side-by-side
  • Inline
@@ -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>
Loading