From df6a3116c982ade13fa1f34b13a8ef3abe594789 Mon Sep 17 00:00:00 2001 From: Gregory Trullemans Date: Wed, 18 Oct 2023 08:13:07 +0200 Subject: [PATCH] Minor improvement --- jarvis/people/templates/gymnasts/list.html | 2 +- jarvis/people/views.py | 2 +- jarvis/planning/templates/events/list.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jarvis/people/templates/gymnasts/list.html b/jarvis/people/templates/gymnasts/list.html index 9dac769..4f46e1d 100644 --- a/jarvis/people/templates/gymnasts/list.html +++ b/jarvis/people/templates/gymnasts/list.html @@ -59,7 +59,7 @@ {% else %} - There are no gymnast corresponding to your criterias. + There are no active gymnast corresponding to your criterias. {% endif %} diff --git a/jarvis/people/views.py b/jarvis/people/views.py index 4eb7339..9bb1166 100644 --- a/jarvis/people/views.py +++ b/jarvis/people/views.py @@ -87,7 +87,7 @@ def gymnast_lookup(request): @require_http_methods(["GET"]) def gymnast_listing(request): """ - Si la personne connectée est un entraîneur : liste tous les gymnasts connus. + Si la personne connectée est un entraîneur : liste tous les gymnasts ACTIFS connus. Si la personne connectée est un gymnaste : renvoie sa fiche détaillée. """ season = Season() diff --git a/jarvis/planning/templates/events/list.html b/jarvis/planning/templates/events/list.html index 5245ec4..633ecf5 100644 --- a/jarvis/planning/templates/events/list.html +++ b/jarvis/planning/templates/events/list.html @@ -92,7 +92,7 @@ paging: false, searching: false, ordering: false, - // "bInfo" : false, + "bInfo": false, }); });