diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-11-08 15:34:36 +0200 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-11-08 15:34:36 +0200 |
commit | 717ef2fad975aa00159c25dfcd32cd944792a397 (patch) | |
tree | 7e354892b6176f6989dbe51d2d5967a865cace62 | |
parent | d5900b6b7a37635f1ef258f62b903c508db731cb (diff) | |
download | troggle-717ef2fad975aa00159c25dfcd32cd944792a397.tar.gz troggle-717ef2fad975aa00159c25dfcd32cd944792a397.tar.bz2 troggle-717ef2fad975aa00159c25dfcd32cd944792a397.zip |
headings
-rw-r--r-- | templates/cave_debug.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/cave_debug.html b/templates/cave_debug.html index e9076d6..f41269d 100644 --- a/templates/cave_debug.html +++ b/templates/cave_debug.html @@ -10,8 +10,9 @@ <table> <tr><th>entrance</th> <th>ent slug</th> -<th>Best station</th> -<th>url</th> +<th>Best station </th> +<th>Location</th> +<<th>Bearings</th> </tr> {% for ent in ents %} {% if ent.bearings %} |