mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-03-31 17:16:03 +01:00
ARGE caves, fixed bug in non-numeric ids
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<tr><th>Cave</th><th>Cave primary</th><th>f.primary</th><th>f.path</th></tr>
|
||||
{% for f in survexfiles %}
|
||||
<tr>
|
||||
<td><a href="/cave/{{f.cave}}">{{f.cave}}</a> {{f.cave.areacode}}{f.cave.subarea}}</td>
|
||||
<td><a href="/cave/{{f.cave}}">{{f.cave}}</a> {{f.cave.areacode}}{% if f.cave.subarea %}-{{f.cave.subarea}}{% endif %}</td>
|
||||
<td>{{f.cave.survex_file}}</td>
|
||||
<td> {{f.primary}}.svx</td>
|
||||
<td><span {% if f.pathbad %} style="color:red" {% endif %}><a href="/survexfile/{{f.path}}.svx">{{f.path}}.svx</a></span></td>
|
||||
|
||||
Reference in New Issue
Block a user