diff --git a/templates/caveindex.html b/templates/caveindex.html index d912385..58b003c 100644 --- a/templates/caveindex.html +++ b/templates/caveindex.html @@ -32,30 +32,24 @@ See All Caves for all the caves in areas 1623,

This year's caves

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

Last year's caves

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

Previous year's caves

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

See All Caves for all the caves in areas 1623, 1626, 1624, 1627 diff --git a/templates/cavelist_columns.html b/templates/cavelist_columns.html index d65fdc8..407a5a5 100644 --- a/templates/cavelist_columns.html +++ b/templates/cavelist_columns.html @@ -1,6 +1,6 @@ - + {% if cave.unexplored %} - + {% else %} {% endif %} @@ -28,4 +28,4 @@ {% endif %} - +