costs sum works in view fallenbirds
This commit is contained in:
parent
c06acb284a
commit
57bd930907
4 changed files with 4 additions and 6 deletions
|
@ -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" }} €</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue