Update list

This commit is contained in:
Gregory Trullemans 2023-11-21 11:00:50 +01:00
parent c124a7d1a6
commit 0bf6a03fd4
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@
paging: false,
searching: false,
ordering: false,
// "bInfo" : false,
"bInfo" : false,
});
});
</script>

View File

@ -89,7 +89,7 @@
&nbsp;<span class="tim-icons icon-pencil text-warning"></span>
</a>
</td>
<td class="text-center"><a href="{% url 'injury_details' injury.id %}">{{ injury.date | date:"d-m-Y" }}</a></td>
<td class="text-right"><a href="{% url 'injury_details' injury.id %}">{{ injury.date | date:"d-m-Y" }}</a></td>
<td class="text-left">{{ injury.get_mechanism_display }}</td>
<td class="text-left">{{ injury.get_injury_type_display }}</td>
<td class="text-left">{{ injury.get_location_display }}</td>