Skip to content
Snippets Groups Projects
Commit 549940a7 authored by Jiří Setnička's avatar Jiří Setnička
Browse files

V historii bodů řešení také odlišujeme 0 a NULL

parent d881ce3e
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@
{% for p in points_history %}
<tr {% if loop.index == 1 %} class='sol-active'{% endif %}>
<td>{{ p.points_at|timeformat }}
<td>{{ p.points or '–' }}
<td>{% if p.points is not none %}{{ p.points }}{% else %}–{% endif %}
<td>{{ p.user|user_link }}
</tr>
{% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment