Skip to content
Snippets Groups Projects
Commit 7f86898a authored by Julian's avatar Julian
Browse files

Rename annotation in template

parent f005a767
No related branches found
No related tags found
1 merge request!43Resolve "Make Alsijil work with current core"
......@@ -82,7 +82,7 @@
<td>{{ person.first_name }}</td>
<td>{{ person.get_sex_display }}</td>
<td>{{ person.date_of_birth }}</td>
<td>{{ person.absences}}</td>
<td>{{ person.absences_count}}</td>
<td>{{ person.unexcused }}</td>
<td>{{ person.tardiness }}</td>
</tr>
......@@ -204,7 +204,7 @@
<tbody>
<tr>
<td>{{ person.absences }}</td>
<td>{{ person.absences_count }}</td>
<td>{{ person.unexcused }}</td>
<td>{{ person.tardiness }}</td>
</tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment