costs now in json format
This commit is contained in:
parent
826a9ff517
commit
6e642a9785
5 changed files with 24 additions and 9 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue