From 7fb42c926feb405846104f4375f795bcecb71f14 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 1 Mar 2025 23:34:50 +0000 Subject: more fields added --- templates/controlPanel.html | 1 + templates/entrancetags.html | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/templates/controlPanel.html b/templates/controlPanel.html index 0c48fd0..ac83873 100644 --- a/templates/controlPanel.html +++ b/templates/controlPanel.html @@ -7,6 +7,7 @@
  • Delete logbook entry -Online logbook suffers duplicate entries {{error}}
  • Folder paths used -folders settings used by this troggle installation
  • Entrances -tag station/other station, *fix 'p' station for each entrance +
  • Entrances: Lost -where there is no lat./long. for the entrance (only for 1623)
  • Entrance *fix stations -lat./long. and UTM and altitudes of stations
  • Edit cave aliases -edit historical cave aliases to current names
  • Expoer name aliases -short names recognised by troggle diff --git a/templates/entrancetags.html b/templates/entrancetags.html index 06d726e..e868f01 100644 --- a/templates/entrancetags.html +++ b/templates/entrancetags.html @@ -47,6 +47,11 @@ This list excludes those entrances with valid lat./long. coordinates, irrespecti {% if entrance.marking_comment%}{{ entrance.marking_comment|safe }}
    {% endif %} {{ entrance.location_description|safe }} + {{ entrance.entrance_description|safe }} + {{ entrance.underground_description|safe }} + {{ entrance.other_description|safe }} + {{ entrance.approach|safe }} + -- cgit v1.2.3