aria-labels hinzugefügt

This commit is contained in:
2021-11-18 22:53:29 +01:00
parent b1903c09ab
commit 2a621fca0a
3 changed files with 10 additions and 10 deletions
@@ -91,11 +91,11 @@
</td>
<td class="first-in-category">
<input type="checkbox" name="a_{{ kt.klausur.id }}:{{ kt.schueler.id }}"
{% if kt.attestiert %}checked{% endif %}>
aria-label="attestiert" {% if kt.attestiert %}checked{% endif %}>
</td>
<td>
<input type="checkbox" name="n_{{ kt.klausur.id }}:{{ kt.schueler.id }}"
{% if kt.nachgeschrieben %}checked{% endif %}>
aria-label="nachgeschrieben" {% if kt.nachgeschrieben %}checked{% endif %}>
</td>
</tr>
{% endfor %}