From e627108b44bb069b556a11b1b2581b5a87209066 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Thu, 17 Oct 2024 10:55:33 +0200 Subject: Moved the player activation to a separate page --- templates/players.j2 | 59 +++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 51 insertions(+), 8 deletions(-) (limited to 'templates/players.j2') diff --git a/templates/players.j2 b/templates/players.j2 index 4eedc54..f81e823 100644 --- a/templates/players.j2 +++ b/templates/players.j2 @@ -1,9 +1,52 @@ {% from "macros.j2" import player %} -
-
-{% for id, value in players.items() %} -
- {{ player(id, value.status, value.name) }} -
-{% endfor %} -
\ No newline at end of file + + + + + + Match Up! + + + + + + +
+ +

Players

+
+
+ {% for id, value in players.items() %} +
+ {{ player(id, value.status, value.name) }} +
+ {% endfor %} +
+
+ + + \ No newline at end of file -- cgit v1.3.1