fix: handle missing pb as empty col-field

This commit is contained in:
2023-06-16 19:19:13 +02:00
parent 2e585023c7
commit 3261c8bb77

View File

@@ -28,6 +28,8 @@
<td class="px-2">{{ pb.get_human_readable_time() }}</td>
{% elif pb %}
<td class="px-2" style="color: darkgreen">CRH</td>
{% else %}
<td class="px-2">-</td>
{% endif %}
{% endif %}
<td class="px-2">{{ map.get_best_replay_repr().split(" ")[0] }}</td>