diff options
Diffstat (limited to 'templates/svxcaveseveral.html')
-rw-r--r-- | templates/svxcaveseveral.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/svxcaveseveral.html b/templates/svxcaveseveral.html index 27131d5..9e7d7fa 100644 --- a/templates/svxcaveseveral.html +++ b/templates/svxcaveseveral.html @@ -1,19 +1,19 @@ {% extends "base.html" %} -{% load wiki_markup %} + {% load link %} {% block title %}List of survex files{% endblock %} {% block content %} + <!-- the only thing passed into this template is a list of object identifiers for caves. + All the processing to extract the survex subdriectories and survex files is done in this template --> {% for cave in caves %} {% autoescape off %} - <h1>Surveys for <a href="/{{cave.url}}">{{cave.official_name}}</a> - kataster:{{cave}}</h1> + <h1>Surveys for <a href="/{{cave.url}}">{{cave.official_name}}</a> - identifier:{{cave}}</h1> {% endautoescape %} - <!-- the only thing passed into this temnplate is the object identifier for a cave. - All the processing to extract the survex subdriectories and survex files is done in this template --> <p>Cave description: <a href="/{{cave.url}}">{{cave.url}}</a> </p> |