2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-02-08 16:24:14 +00:00

Working on removing 'katatser status' field

This commit is contained in:
2023-11-20 19:04:42 +00:00
parent 7c7c0812e8
commit 740a5a4fa8
2 changed files with 9 additions and 6 deletions

View File

@@ -63,7 +63,7 @@ These are NOT the *entrance data points in the survex files.
<th>underground_centre_line</th>
</tr>
{% for c in caves%}
{% if c.underground_centre_line %}
{% if c.kataster_status %}
<tr>
<td>
{{c}}
@@ -72,7 +72,7 @@ These are NOT the *entrance data points in the survex files.
<a href="{{c.url}}">{{c.slug}}</a>
</td>
<td>
{{c.underground_centre_line|safe}}
{{c.kataster_status |safe}}
</td>
{% endif %}
{% endfor %}