From c3642f1ae434e8d1e5e7442670f936c4004bec98 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 7 Oct 2023 02:24:41 +0300 Subject: [PATCH] More entrance data on report --- templates/cave_debug.html | 9 +++++---- templates/wallet_table.html | 2 ++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/templates/cave_debug.html b/templates/cave_debug.html index dee9518..c4df57b 100644 --- a/templates/cave_debug.html +++ b/templates/cave_debug.html @@ -6,11 +6,12 @@ {% block content %}

Entrances

+

These are Entrances read from the expoweb/entrance_data/*.html files. These are NOT the *entrance data points in the survex files. - - + + {% for ent in ents %} @@ -21,10 +22,10 @@ {{ent.slug}} {% endfor %} diff --git a/templates/wallet_table.html b/templates/wallet_table.html index 4e1c81b..7cf6f49 100644 --- a/templates/wallet_table.html +++ b/templates/wallet_table.html @@ -50,6 +50,8 @@ {% empty %}

No Wallet found

+

PROBABLY this is because this cave does not have a unqiue wallet, but shares a wallet with other caves. We do not have the multiple-caves-per-wallet thing working fully yet. Look through the wallets per year instead, and do a text seearch on each page for the cave name. +

Before 1998 we used a survey book system, not wallets. But 1983 has some scraps recreated as wallets.

That is probably why you cannot see anything here. Look at the complete list of scanned files instead, at Scans (it is slow, so be patient).

entrance ent slugN slugsslugsBest station**
-- +{% if ent.best_station %}{{ent.best_station}}{% endif %} -- +{% if ent.best_station %}{{ent.best_station_object.latlong}}{% endif %}