costs now in json format

This commit is contained in:
gw3000 2023-07-09 19:51:54 +02:00
parent 826a9ff517
commit 6e642a9785
5 changed files with 24 additions and 9 deletions

View file

@ -66,7 +66,7 @@
<td>{{ bird.date_found }}</td>
<td>{{ bird.status }}</td>
<td>{{ bird.aviary|default_if_none:"" }}</td>
<td>{{ bird.cost_sum }} €</td>
<td>{{ bird.costs }}</td>
</tr>
{% endfor %}
</tbody>