Fehlerhafte Sortierung bei "Gefunden Am"

Fixes #45
This commit is contained in:
gw3000 2023-08-13 22:22:03 +02:00
parent 473a21cad0
commit 6387e45434
4 changed files with 19 additions and 18 deletions

View file

@ -64,7 +64,7 @@
<tr>
<td><a href="{% url 'bird_single' bird.id %}">{{ bird.bird_identifier }}</a></td>
<td>{{ bird.bird }}</td>
<td>{{ bird.date_found }}</td>
<td data-order="{{ forloop.counter }}">{{ bird.date_found }}</td>
<td>
<a href="{% url 'rescuer_single' bird.rescuer_id %}">{{ bird.rescuer|default_if_none:"" }}</a>
</td>