Try not showing kataster codes if they are empty/None

This commit is contained in:
Martin Green 2023-06-07 22:38:22 +01:00
parent 90862e9a89
commit 12cee59605

View File

@ -58,7 +58,9 @@
{{ cave.official_name|safe }}
</th>
<th id="status">
{% if cave.kataster_code %}
{{ cave.kataster_code|safe }}
{% endif %}
</th>
</tr>
</table>