diff options
Diffstat (limited to 'templates/cave_debug.html')
-rw-r--r-- | templates/cave_debug.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/cave_debug.html b/templates/cave_debug.html index 0f7364e..6aae306 100644 --- a/templates/cave_debug.html +++ b/templates/cave_debug.html @@ -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 %} |