diff options
Diffstat (limited to 'templates/millenialcaves.html')
-rw-r--r-- | templates/millenialcaves.html | 29 |
1 files changed, 2 insertions, 27 deletions
diff --git a/templates/millenialcaves.html b/templates/millenialcaves.html index ac7da84..bbf54e1 100644 --- a/templates/millenialcaves.html +++ b/templates/millenialcaves.html @@ -5,38 +5,13 @@ {% block content %} -<h1>Cave Index</h1> - 123 testing 123 testing -<h3>Notable caves</h3> -<ul> +{{ somenonsense }} + {% for cave in notablecaves %} <li> Also update <a href="{{ cave.fixedfield }}">wrap {{ cave.fixedfield }}wrap </a> </li> {% endfor %} -</ul> - -<h3>1623</h3> - -<table class="searchable"> -{% for cave in caves1623 %} - - <tr><td> <a href="{{ cave.url }}">{% if cave.kataster_number %}{{ cave.kataster_number }}{% else %}{{cave.unofficial_number }}{%endif %} {{cave.official_name|safe}}</a> </td></tr> - -{% endfor %} -</table> - -<h3>1626</h3> - -<ul class="searchable"> -{% for cave in caves1626 %} - - <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> - -<a href="{% url "newcave" %}">New Cave</a> {% endblock %} |