Euro sign in costs overview

This commit is contained in:
gw3000 2023-07-20 11:41:28 +02:00
parent 8461003129
commit b0f608695e

View file

@ -63,7 +63,7 @@
{% for item in costs %}
<tr>
<td> {{item.id_bird|default_if_none:"nicht mehr in WVH"}} </td>
<td> {{item.costs}} </td>
<td> {{item.costs}} &euro;</td>
<td> {{item.created}} </td>
<td> {{item.comment|default_if_none:""}} </td>
<td> {{item.user}} </td>