Update attendance report, modified record will be highlighted

This commit is contained in:
Nguyen Ngo
2025-08-20 17:11:30 -04:00
parent 7647dc6787
commit f049bec15f
4 changed files with 30 additions and 2 deletions
+1 -1
View File
@@ -180,7 +180,7 @@
</thead>
<tbody>
{% for record in attendance_records %}
<tr data-record-id="{{ record.id }}">
<tr data-record-id="{{ record.id }}" class="{% if record.updated_timestamp > record.created_timestamp %}modified-record{% endif %}">
<td>{{ loop.index }}</td>
<td>
<div class="employee-info">