Datum statt Finder #21

This commit is contained in:
gw3000 2023-07-12 18:20:25 +02:00
parent ac31c49bc9
commit c97608a166

View file

@ -46,9 +46,9 @@
<tr>
<th>Patienten Alias</th>
<th>Vogel</th>
<th>gefunden am</th>
<th>Finder</th>
<th>Fundort</th>
<th>gefunden am</th>
<th>Status</th>
<th>Voliere</th>
<th>Kosten</th>
@ -59,11 +59,11 @@
<tr>
<td><a href="{% url 'bird_single' bird.id %}">{{ bird.bird_identifier }}</a></td>
<td>{{ bird.bird }}</td>
<td>{{ bird.date_found }}</td>
<td>
<a href="{% url 'rescuer_single' bird.rescuer_id %}">{{ bird.rescuer }}</a>
</td>
<td>{{ bird.place }}</td>
<td>{{ bird.date_found }}</td>
<td>{{ bird.status }}</td>
<td>{{ bird.aviary|default_if_none:"" }}</td>
<td>{{ bird.costs }}</td>