diff --git a/templates/cavesallindex.html b/templates/cavesallindex.html index 05d62b4..c8f0450 100644 --- a/templates/cavesallindex.html +++ b/templates/cavesallindex.html @@ -40,15 +40,6 @@ -

Last year's caves

-
- -{% for cave in caves_last_year %} - {% include 'cavelist_columns.html' %} -{% endfor %} -
-
-

1623

diff --git a/templates/entrancetags.html b/templates/entrancetags.html index e868f01..9f5c558 100644 --- a/templates/entrancetags.html +++ b/templates/entrancetags.html @@ -26,7 +26,15 @@ This list excludes those entrances with valid lat./long. coordinates, irrespecti {% if entrance.best_station %} {% endif %} {{ entrance.name }} - + - +

If the cave identifier is in red, it means that the cave is undescended. {% endblock %}

{% for cave in entrance.cavelist %}{{ cave.number }}{% endfor %}{% for cave in entrance.cavelist %} + {% if cave.unexplored %} + + {% else %} + + {% endif %} + {{ cave.number }} + +{% endfor %} {% if entrance.findability%} {% if entrance.lat %}{% endif %} @@ -58,7 +66,7 @@ This list excludes those entrances with valid lat./long. coordinates, irrespecti {% endfor %}