mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-01-19 03:12:54 +00:00
renaming now fixed properly
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<h2 id="cdir">Caves with subdirectories</h2>
|
||||
|
||||
{% for subdircave, cavefiles, subsurvdirs in subdircaves %}
|
||||
<h3>{{cavefiles.0.1}} - <a href="{% url "survexcavessingle" cavefiles.0.1 %}">dates and explorers</a></h3>
|
||||
<h3>{{cavefiles.0.1}} - <a href="{% url "survex_by_cave_id" cavefiles.0.1 %}">dates and explorers</a></h3>
|
||||
<table>
|
||||
<tr>
|
||||
<td><b><a href="{% url "svx" cavefiles.0.0 %}">{{cavefiles.0.1}}</a></b></td>
|
||||
@@ -42,7 +42,7 @@
|
||||
{% for primarycavefile, cavedir, subcavefiles in multifilecaves %}
|
||||
<tr>
|
||||
<td>
|
||||
<a href="{% url "survexcavessingle" cavedir %}">{{cavedir}}</a> <!-- formerly primarycavefile.1 -->
|
||||
<a href="{% url "survex_by_cave_id" cavedir %}">{{cavedir}}</a> <!-- formerly primarycavefile.1 -->
|
||||
</td>
|
||||
<td>
|
||||
<a href="{% url "svx" primarycavefile.0 %}">{{primarycavefile.1}}</a> -
|
||||
|
||||
Reference in New Issue
Block a user