From 453f4fd438f2ea8ce29230ac55e8d0e3023b6810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Wed, 24 Feb 2021 22:07:53 +0100 Subject: [PATCH] remove log & leaderboard from (public?) template --- templates/index.html | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/templates/index.html b/templates/index.html index 4abee3c..b2b0ce0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -92,31 +92,5 @@ {% endfor %} - -

Log

- - {% for entry in log %} - - - - - - {% endfor %} -
{{entry.ts.strftime("%c")}} - {% if entry.state %} - - {% else %} - OUT - {% endif %} - - {{entry.lease.display}} -
- -

Leaderboard

-
    - {% for entry in leaderboard %} -
  1. {{entry.name}} ({{entry.total}})
  2. - {% endfor %} -
\ No newline at end of file