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