mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-16 17:57:09 +00:00
Try not showing kataster codes if they are empty/None
This commit is contained in:
@@ -58,7 +58,9 @@
|
||||
{{ cave.official_name|safe }}
|
||||
</th>
|
||||
<th id="status">
|
||||
{% if cave.kataster_code %}
|
||||
{{ cave.kataster_code|safe }}
|
||||
{% endif %}
|
||||
</th>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user