summaryrefslogtreecommitdiffstats
path: root/templates/svxfilecavelist.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/svxfilecavelist.html')
-rw-r--r--templates/svxfilecavelist.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/svxfilecavelist.html b/templates/svxfilecavelist.html
index 59f177f..f148b07 100644
--- a/templates/svxfilecavelist.html
+++ b/templates/svxfilecavelist.html
@@ -23,9 +23,9 @@
</td>
</tr>
-{% for primarycavefile, subcavefiles in subsurvdirs %}
+{% for name, primarycavefile, subcavefiles in subsurvdirs %}
<tr>
- <td><a href="{% url "svx" primarycavefile.0 %}">{{primarycavefile.1}}</a></td>
+ <td><a href="{% url "svx" primarycavefile.0 %}">{{name}}</a></td>
<td>
{% for cavepath, cavename in subcavefiles %}
<a href="{% url "svx" cavepath %}">{{cavename}}</a>