diff options
author | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 00:43:05 +0000 |
---|---|---|
committer | Rad <radost.waszkiewicz@gmail.com> | 2019-02-26 00:43:05 +0000 |
commit | 656460e0abc354773117f695cf3a28bee960e2a7 (patch) | |
tree | a389c25796060d015b29a07590f2d5ee89f5f034 /templates | |
parent | 6c94027a261a09fe0f2ffe5621a36a9997bfd8d6 (diff) | |
download | troggle-656460e0abc354773117f695cf3a28bee960e2a7.tar.gz troggle-656460e0abc354773117f695cf3a28bee960e2a7.tar.bz2 troggle-656460e0abc354773117f695cf3a28bee960e2a7.zip |
Messing with millenialcaves.html or similar
Diffstat (limited to 'templates')
-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 %} |