Euro sign in costs overview
This commit is contained in:
parent
8461003129
commit
b0f608695e
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
||||||
{% for item in costs %}
|
{% for item in costs %}
|
||||||
<tr>
|
<tr>
|
||||||
<td> {{item.id_bird|default_if_none:"nicht mehr in WVH"}} </td>
|
<td> {{item.id_bird|default_if_none:"nicht mehr in WVH"}} </td>
|
||||||
<td> {{item.costs}} </td>
|
<td> {{item.costs}} €</td>
|
||||||
<td> {{item.created}} </td>
|
<td> {{item.created}} </td>
|
||||||
<td> {{item.comment|default_if_none:""}} </td>
|
<td> {{item.comment|default_if_none:""}} </td>
|
||||||
<td> {{item.user}} </td>
|
<td> {{item.user}} </td>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue