mirror of
https://github.com/nelsbrock/NateMan.git
synced 2026-08-14 21:36:49 +02:00
aria-labels hinzugefügt
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user