From 2d3ef5ea040f764f671ff4775846a825a9c65847 Mon Sep 17 00:00:00 2001 From: Gregory Trullemans Date: Mon, 3 Jul 2023 15:22:52 +0200 Subject: [PATCH] Fix graphical issue on gymnast details --- jarvis/people/templates/gymnasts/details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jarvis/people/templates/gymnasts/details.html b/jarvis/people/templates/gymnasts/details.html index 8bccb7b..8919136 100644 --- a/jarvis/people/templates/gymnasts/details.html +++ b/jarvis/people/templates/gymnasts/details.html @@ -42,7 +42,7 @@
{% endif %}
  • - 10 | : {% if best_straightjump %}{{ best_straightjump.0.tof }} ({{ best_straightjump.0.date | date:"d-m-Y" }}{% else %} (no information){% endif %} + 10 | : {% if best_straightjump %}{{ best_straightjump.0.tof }} ({{ best_straightjump.0.date | date:"d-m-Y" }}){% else %} (no information){% endif %}
  • Routine : {% if best_routine %}{{ best_routine.0.tof }} ({{ best_routine.0.date | date:"d-m-Y" }}){% else %} (no information){% endif %}