diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-11-20 19:04:42 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-11-20 19:04:42 +0000 |
commit | 740a5a4fa8bb8452d8b8ef6d264902c7d67812c8 (patch) | |
tree | 3a3e05b0d353ce410879c699bc6bffbaa3c9fbba | |
parent | 7c7c0812e8605919943433b32be8d11defe9745f (diff) | |
download | troggle-740a5a4fa8bb8452d8b8ef6d264902c7d67812c8.tar.gz troggle-740a5a4fa8bb8452d8b8ef6d264902c7d67812c8.tar.bz2 troggle-740a5a4fa8bb8452d8b8ef6d264902c7d67812c8.zip |
Working on removing 'katatser status' field
-rw-r--r-- | templates/cave_debug.html | 4 | ||||
-rw-r--r-- | templates/editcave.html | 11 |
2 files changed, 9 insertions, 6 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 %} diff --git a/templates/editcave.html b/templates/editcave.html index 9a238b4..61448bf 100644 --- a/templates/editcave.html +++ b/templates/editcave.html @@ -64,11 +64,15 @@ at troggle/core/forms.py ass this uses a Django magic form creation thinggy. --> <p><input type="submit" value="Submit" /></p> </form> -<h3>kataster code</h3> +<h3>Kataster code</h3> This is the 'length-or-depth/type exploration' <a href="/katast.htm ">code used in the Austrian kataster</a>, e.g '1/S +' -means "more than 10 but less than 50m long or deep, with a pitch, completely explored". +means "more than 10 but less than 50m long or deep, with a pitch, completely explored". The number is:<br /> +0 - length or depth unknown<br /> +1 - 10 to 50m<br /> +2 - 50 to 500m<br /> +3 - 500m to 5km<br /> <pre> T Trockenhöhlen (Dry caves) W Wasserhöhlen (Caves with water) @@ -76,8 +80,7 @@ means "more than 10 but less than 50m long or deep, with a pitch, completely exp E Eishohlen (Caves with ice formations) S Schachthöhlen (Caves with pitches) H Halbhöhlen (Rock shelters ?) -</pre> -<h3>kataster status</h3><pre> + - unerforscht (unexplored) = befahren (visited) × teilweise vermessen (partly surveyed) |