From d304a470e5a9fae6fc0c8975f050cb7aa290f74a Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Wed, 16 Oct 2024 11:08:15 +0200 Subject: First working version with history --- templates/players.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/players.j2') diff --git a/templates/players.j2 b/templates/players.j2 index 7a13672..550ad68 100644 --- a/templates/players.j2 +++ b/templates/players.j2 @@ -2,7 +2,7 @@
{% for id, player in players.items() %}
- +
{% endfor %}
\ No newline at end of file -- cgit v1.3.1