From 77e635dda557d9dfd4ead3600c7a227c2382a002 Mon Sep 17 00:00:00 2001 From: Laurent Date: Sat, 26 Jul 2025 11:49:14 +0200 Subject: [PATCH] improve users list --- tournaments/templates/admin/tournaments/dashboard.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/tournaments/templates/admin/tournaments/dashboard.html b/tournaments/templates/admin/tournaments/dashboard.html index 5621918..2c81108 100644 --- a/tournaments/templates/admin/tournaments/dashboard.html +++ b/tournaments/templates/admin/tournaments/dashboard.html @@ -182,18 +182,17 @@ - - + + + {% for user in recent_app_users %} - - + + + {% empty %}
NameEmail OriginName Club Date JoinedEmailPhone
{{ user.first_name }} {{ user.last_name }}{{ user.email }} {% if user.origin == 0 %} Admin @@ -205,8 +204,11 @@ Unknown {% endif %} {{ user.first_name }} {{ user.last_name }} {{ user.latest_event_club_name }} {{ user.date_joined|date:"M d, Y H:i" }}{{ user.email }}{{ user.phone }}