From 61cc470e0fa39cdaf3c3e4ea5ab4c64104a02b8f Mon Sep 17 00:00:00 2001 From: philipp Date: Tue, 7 Nov 2023 22:01:34 +0100 Subject: [PATCH] also allow dozen updates --- templates/ergo.html.tera | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/ergo.html.tera b/templates/ergo.html.tera index 231d64a..0391c16 100644 --- a/templates/ergo.html.tera +++ b/templates/ergo.html.tera @@ -145,7 +145,11 @@
    {% for stat in dozen %} -
  1. {{ stat.name }}: {{ stat.result }}
  2. +
  3. +
    + {{ stat.name }}: +
    +
  4. {% endfor %}