diff options
-rw-r--r-- | templates/cave_debug.html | 9 | ||||
-rw-r--r-- | 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 %} <h2 id="cmult">Entrances</h2> +<p>These are Entrances read from the <var>expoweb/entrance_data/*.html</var> files. These are NOT the *entrance data points in the survex files. <table> <tr><th>entrance</th> <th>ent slug</th> -<th>N slugs</th> -<th>slugs</th> +<th>Best station</th> +<th>**</th> </tr> {% for ent in ents %} <tr> @@ -21,10 +22,10 @@ {{ent.slug}} </td> <td> -- +{% if ent.best_station %}{{ent.best_station}}{% endif %} </td> <td> -- +{% if ent.best_station %}{{ent.best_station_object.latlong}}{% endif %} </td> {% 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 @@ <td style="padding:1px; background-color:{{wallet.ticks.W}}" title="Website updated"> </td> </tr> {% empty %} <h2>No Wallet found</h2> +<p>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 <a href="/wallets/year/2017">wallets per year</a> instead, and do a text seearch on each page for the cave name. +<p> <b>Before 1998</b> we used a survey book system, not wallets. But 1983 has some scraps recreated as wallets. <p>That is probably why you cannot see anything here. Look at the complete list of scanned files instead, at <a href="/survey_scans/">Scans</a> (it is slow, so be patient). |