if there is a NONE field show ""
This commit is contained in:
parent
46d082b715
commit
962c6fd10b
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue