diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/survexdir.html | 2 | ||||
-rw-r--r-- | templates/svxfile.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/survexdir.html b/templates/survexdir.html index e6854ef..a0fa1c2 100644 --- a/templates/survexdir.html +++ b/templates/survexdir.html @@ -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> diff --git a/templates/svxfile.html b/templates/svxfile.html index d3e18ed..8c2d367 100644 --- a/templates/svxfile.html +++ b/templates/svxfile.html @@ -81,7 +81,7 @@ LOGMESSAGES {% endif %} </div> underground survey length: {{svxlength|floatformat:2}} metres<br /> -cave primary survexfile <a href="/survexfile/{{ survexfile.cave.survex_file }}">{{survexfile.cave.survex_file}}</a> <br> +<a href="/{{survexfile.cave.url}}">cave</a> primary survexfile <a href="/survexfile/{{ survexfile.cave.survex_file }}">{{survexfile.cave.survex_file}}</a> <br> directory primary survexfile <a href="/survexfile/{{survexfile.primary}}.svx">{{survexfile.primary}}</a> <br /> {% for sb in svxblocks %} block <em>{{sb}}</em> has parent block <em>{{sb.parent}}</em> (in file {{sb.parent.survexfile.path}}.svx)<br /> |