filter students

This commit is contained in:
2022-12-05 04:12:09 +01:00
parent 54014321db
commit 563e8c4c62
242 changed files with 51221 additions and 41 deletions

View File

@ -3,7 +3,7 @@
<div class="submit-row">
<input
type="submit"
value="Zaktualizuj wyniki uczniów"
value="Wczytaj wyniki uczniów"
name="_update-student-scores"
/>
<input

View File

@ -20,7 +20,7 @@
{% else %}
{% if ongoing.scores_eliminations %}
<th>Liczba punktów zdobytych podczas eliminacji</th>
{% if ongoing.entry_threshold > 0 %}
{% if ongoing.entry_threshold >= 0 %}
<th>Wynik eliminacji</th>
{% endif %}
{% endif %}
@ -44,7 +44,7 @@
</td>
{% if ongoing.entry_threshold > 0 %}
<td>
{% if student.score_first > ongoing.entry_threshold %}
{% if student.score_first >= ongoing.entry_threshold %}
<b>Uczeń zakwalifikowany do finału</b>
{% else %}
Uczeń niezakwalifikowany do finału