From 3261c8bb77a6efc90a069791f9169fdc0b40f88f Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Fri, 16 Jun 2023 19:19:13 +0200 Subject: [PATCH] fix: handle missing pb as empty col-field --- templates/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/index.html b/templates/index.html index d20a4ba..d28b784 100644 --- a/templates/index.html +++ b/templates/index.html @@ -28,6 +28,8 @@ {{ pb.get_human_readable_time() }} {% elif pb %} CRH + {% else %} + - {% endif %} {% endif %} {{ map.get_best_replay_repr().split(" ")[0] }}