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 %}
These are Entrances read from the expoweb/entrance_data/*.html files. These are NOT the *entrance data points in the survex files.
| entrance | ent slug | -N slugs | -slugs | +Best station | +** |
|---|---|---|---|---|---|
| -- +{% if ent.best_station %}{{ent.best_station}}{% endif %} | -- +{% if ent.best_station %}{{ent.best_station_object.latlong}}{% endif %} | {% 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 @@