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 @@ -
| {% 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 %}
-
+ If the cave identifier is in red, it means that the cave is undescended. {% endblock %} |