beautified

This commit is contained in:
gw3000 2023-07-15 12:38:25 +02:00
parent b2bec62733
commit fc1418b60e

View file

@ -66,7 +66,7 @@
<td>{{ bird.place }}</td>
<td>{{ bird.status }}</td>
<td>{{ bird.aviary|default_if_none:"" }}</td>
<td>{{ bird.total_costs |default_if_none:"0,00" }} &euro;</td>
<td>{{ bird.total_costs|default_if_none:"0,00" }} &euro;</td>
</tr>
{% endfor %}
</tbody>