mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-16 17:47:07 +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 }}
|
{{ cave.official_name|safe }}
|
||||||
</th>
|
</th>
|
||||||
<th id="status">
|
<th id="status">
|
||||||
|
{% if cave.kataster_code %}
|
||||||
{{ cave.kataster_code|safe }}
|
{{ cave.kataster_code|safe }}
|
||||||
|
{% endif %}
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user