From 4d095fab31f9f74d0301b6e50864be486b9cfc61 Mon Sep 17 00:00:00 2001 From: Fred Pauchet Date: Wed, 20 Oct 2021 21:34:57 +0200 Subject: [PATCH] Fixing spelling --- config/views.py | 4 ++-- templates/accident_list.html | 4 ++-- templates/chrono_list.html | 2 +- templates/event_list.html | 2 +- templates/gymnast_list.html | 2 +- templates/gymnast_objective.html | 2 +- templates/gymnast_routine.html | 2 +- templates/gymnast_statistics.html | 2 +- templates/place_list.html | 2 +- templates/results.html | 2 +- templates/routine_list.html | 4 ++-- templates/score_list.html | 2 +- templates/skill_list.html | 2 +- 13 files changed, 16 insertions(+), 16 deletions(-) diff --git a/config/views.py b/config/views.py index 4ef35c4..d9ccbc6 100644 --- a/config/views.py +++ b/config/views.py @@ -160,10 +160,10 @@ def home(request): try: season = Season.objects.get(datebegin__lte=today, dateend__gte=today) except Season.DoesNotExist: - context = {"error": "No season founded."} + context = {"error": "No season found."} return render(request, "index.html", context) except Season.MultipleObjectsReturned: - context = {"error": "Multiple season founded."} + context = {"error": "Multiple season found."} return render(request, "index.html", context) week_number = season.week_number_from_begin(today) diff --git a/templates/accident_list.html b/templates/accident_list.html index 32dcdad..0539a57 100644 --- a/templates/accident_list.html +++ b/templates/accident_list.html @@ -44,7 +44,7 @@ {% else %} - +
There no accident corresponding to your criterias…There are no accident corresponding to your criterias
{% endif %} @@ -56,7 +56,7 @@ - + {% endblock %} diff --git a/templates/chrono_list.html b/templates/chrono_list.html index 94b2811..e9ee293 100644 --- a/templates/chrono_list.html +++ b/templates/chrono_list.html @@ -39,7 +39,7 @@ {% else %} - There no chrono corresponding to your criterias… + There are no chronos corresponding to your criterias {% endif %} diff --git a/templates/event_list.html b/templates/event_list.html index 235e3be..7d9f1d6 100644 --- a/templates/event_list.html +++ b/templates/event_list.html @@ -41,7 +41,7 @@ {% else %} - +
There no event corresponding to your criterias…There are no events corresponding to your criterias
{% endif %} diff --git a/templates/gymnast_list.html b/templates/gymnast_list.html index ef2d506..97c1aa8 100644 --- a/templates/gymnast_list.html +++ b/templates/gymnast_list.html @@ -59,7 +59,7 @@ {% else %} - +
There no gymnasts corresponding to your criterias…There are no gymnasts corresponding to your criterias
{% endif %} diff --git a/templates/gymnast_objective.html b/templates/gymnast_objective.html index 11d706d..d8bc2a1 100644 --- a/templates/gymnast_objective.html +++ b/templates/gymnast_objective.html @@ -41,5 +41,5 @@ {% else %} - There no skill to display… + There are no skill to display {% endif %} \ No newline at end of file diff --git a/templates/gymnast_routine.html b/templates/gymnast_routine.html index e6eae19..b2e520a 100644 --- a/templates/gymnast_routine.html +++ b/templates/gymnast_routine.html @@ -40,7 +40,7 @@ {% else %} - There no routine corresponding to your criterias… + There are no routines corresponding to your criterias {% endif %} diff --git a/templates/gymnast_statistics.html b/templates/gymnast_statistics.html index f0635cd..fd99c35 100644 --- a/templates/gymnast_statistics.html +++ b/templates/gymnast_statistics.html @@ -184,7 +184,7 @@ // location.reload(); // sans relaod des datas (data pas totalement à jour) - $(this).closest('tr').fadeTo("slow", 0.0, function(){ + $(this).closest('tr').fadeTo("slow", 0.0, function(){ $(this).remove(); }); // $(this).closest('tr').slideUp("slow"); diff --git a/templates/place_list.html b/templates/place_list.html index ca589c2..9b88199 100644 --- a/templates/place_list.html +++ b/templates/place_list.html @@ -45,7 +45,7 @@ {% else %} - +
There no places corresponding to your criterias…There are no places corresponding to your criterias
{% endif %} diff --git a/templates/results.html b/templates/results.html index 2bb1829..8170272 100644 --- a/templates/results.html +++ b/templates/results.html @@ -202,7 +202,7 @@

Search results

-

There no item corresponding to your criterias…

+

There are no items corresponding to your criterias

{% endif %} diff --git a/templates/routine_list.html b/templates/routine_list.html index 4087f34..fcb5d8c 100644 --- a/templates/routine_list.html +++ b/templates/routine_list.html @@ -58,7 +58,7 @@ {% else %} - There no routine corresponding to your criterias… + There are no routine corresponding to your criterias {% endif %} @@ -70,7 +70,7 @@ - + {% endblock %} diff --git a/templates/score_list.html b/templates/score_list.html index 4cbb9ed..a137e7a 100644 --- a/templates/score_list.html +++ b/templates/score_list.html @@ -48,7 +48,7 @@ {% else %} - There no score corresponding to your criterias… + There are no scores corresponding to your criterias {% endif %}