diff --git a/templates/cave_debug.html b/templates/cave_debug.html index dee951879..c4df57b10 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 4e1c81be4..7cf6f499d 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 %}