2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-01-19 09:22:32 +00:00

|Another subtle bug

This commit is contained in:
Philip Sargent 2022-03-18 20:43:01 +00:00
parent 1d504e4066
commit 28fb4d1e94

View File

@ -23,7 +23,7 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c
<td style="padding:2px">
{% for survexblock in scanswallet.survexblock_set.all %}
{% ifchanged survexblock.survexfile.cave %}
<a href="{% url "cave" survexblock.survexfile.cave %}">{{survexblock.survexfile.cave}}</a>
<a href="/{{survexblock.survexfile.cave.url}}">/{{survexblock.survexfile.cave.url}}</a>
{% endifchanged %}
{% endfor %}