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:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user