costs sum works in view fallenbirds

This commit is contained in:
gw3000 2023-07-14 19:09:07 +02:00
parent c06acb284a
commit 57bd930907
4 changed files with 4 additions and 6 deletions

View file

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