Fixing spelling

This commit is contained in:
Fred Pauchet 2021-10-20 21:34:57 +02:00
parent 9381ebc593
commit 4d095fab31
13 changed files with 16 additions and 16 deletions

View File

@ -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)

View File

@ -44,7 +44,7 @@
{% else %}
<table class="table">
<tr>
<td>There no accident corresponding to your criterias</td>
<td>There are no accident corresponding to your criterias</td>
</tr>
</table>
{% endif %}
@ -56,7 +56,7 @@
<i class="tim-icons icon-simple-add"></i>
</button>
</a>
</div>
</div>
</div>
{% endblock %}

View File

@ -39,7 +39,7 @@
</tbody>
</table>
{% else %}
There no chrono corresponding to your criterias
There are no chronos corresponding to your criterias
{% endif %}
</div>
</div>

View File

@ -41,7 +41,7 @@
{% else %}
<table class="table">
<tr>
<td>There no event corresponding to your criterias</td>
<td>There are no events corresponding to your criterias</td>
</tr>
</table>
{% endif %}

View File

@ -59,7 +59,7 @@
{% else %}
<table class="table table-striped" data-sort="table" id="maintable">
<tr>
<td>There no gymnasts corresponding to your criterias</td>
<td>There are no gymnasts corresponding to your criterias</td>
</tr>
</table>
{% endif %}

View File

@ -41,5 +41,5 @@
</script>
{% else %}
There no skill to display
There are no skill to display
{% endif %}

View File

@ -40,7 +40,7 @@
</tbody>
{% else %}
<tr>
<td>There no routine corresponding to your criterias</td>
<td>There are no routines corresponding to your criterias</td>
</tr>
{% endif %}
</table>

View File

@ -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");

View File

@ -45,7 +45,7 @@
{% else %}
<table class="table">
<tr>
<td>There no places corresponding to your criterias</td>
<td>There are no places corresponding to your criterias</td>
</tr>
</table>
{% endif %}

View File

@ -202,7 +202,7 @@
<h4 class="card-title"> Search results</h4>
</div>
<div class="card-body">
<p>There no item corresponding to your criterias</p>
<p>There are no items corresponding to your criterias</p>
</div>
{% endif %}

View File

@ -58,7 +58,7 @@
</tbody>
{% else %}
<tr>
<td>There no routine corresponding to your criterias</td>
<td>There are no routine corresponding to your criterias</td>
</tr>
{% endif %}
</table>
@ -70,7 +70,7 @@
<i class="tim-icons icon-simple-add"></i>
</button>
</a>
</div>
</div>
</div>
{% endblock %}

View File

@ -48,7 +48,7 @@
</tbody>
</table>
{% else %}
There no score corresponding to your criterias
There are no scores corresponding to your criterias
{% endif %}
</div>
<div class="card-footer text-right text-muted pt-0">

View File

@ -51,7 +51,7 @@
</tbody>
</table>
{% else %}
<p>There no skill corresponding to your criterias</p>
<p>There are no skills corresponding to your criterias</p>
{% endif %}
</div>
</div>