diff options
Diffstat (limited to 'templates/svxfilecavelist.html')
-rw-r--r-- | templates/svxfilecavelist.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/svxfilecavelist.html b/templates/svxfilecavelist.html index 3eb0701..59f177f 100644 --- a/templates/svxfilecavelist.html +++ b/templates/svxfilecavelist.html @@ -41,10 +41,10 @@ <h2 id="cmult">Caves of multiple files</h2> <table> <tr><th>Dates and explorers</th><th>Survex files</th></tr> -{% for primarycavefile, subcavefiles in multifilecaves %} +{% for primarycavefile, cavedir, subcavefiles in multifilecaves %} <tr> <td> - <a href="{% url "survexcavessingle" primarycavefile.1 %}">{{primarycavefile.1}}</a> + <a href="{% url "survexcavessingle" cavedir %}">{{cavedir}}</a> <!-- formerly primarycavefile.1 --> </td> <td> <a href="{% url "svx" primarycavefile.0 %}">{{primarycavefile.1}}</a> - |