diff options
Diffstat (limited to 'templates/cavemillenial.html')
-rw-r--r-- | templates/cavemillenial.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/cavemillenial.html b/templates/cavemillenial.html index be53ae3..4967d93 100644 --- a/templates/cavemillenial.html +++ b/templates/cavemillenial.html @@ -7,14 +7,6 @@ <h1>Cave Index</h1> - -<h3>Notable caves</h3> -<ul> -{% for cave in notablecaves %} - <li> <a href="{{ cave.url }}">{% if cave.kataster_number %}{{ cave.kataster_number }}{% else %}{{cave.unofficial_number }}{%endif %} {{cave.official_name|safe}}</a> </li> -{% endfor %} -</ul> - <h3>1623</h3> <table class="searchable"> |