forked from expo/troggle
renaming now fixed properly
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
<h2 id="cdir">Caves with subdirectories</h2>
|
<h2 id="cdir">Caves with subdirectories</h2>
|
||||||
|
|
||||||
{% for subdircave, cavefiles, subsurvdirs in subdircaves %}
|
{% 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>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td><b><a href="{% url "svx" cavefiles.0.0 %}">{{cavefiles.0.1}}</a></b></td>
|
<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 %}
|
{% for primarycavefile, cavedir, subcavefiles in multifilecaves %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<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>
|
||||||
<td>
|
<td>
|
||||||
<a href="{% url "svx" primarycavefile.0 %}">{{primarycavefile.1}}</a> -
|
<a href="{% url "svx" primarycavefile.0 %}">{{primarycavefile.1}}</a> -
|
||||||
|
|||||||
Reference in New Issue
Block a user