if there is a NONE field show ""

This commit is contained in:
gnuter3000 2023-07-03 23:25:41 +02:00
parent 46d082b715
commit 962c6fd10b

View file

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