diff options
author | goatchurch <goatchurch@ubuntu.clocksoft.dom> | 2009-09-10 22:07:31 +0100 |
---|---|---|
committer | goatchurch <goatchurch@ubuntu.clocksoft.dom> | 2009-09-10 22:07:31 +0100 |
commit | ece3b79e5d5690c96630b598493009b1c924c8f7 (patch) | |
tree | c6fd7aa5fca183fb610a6b1007634ff791bba232 /templates/svxcavesingle.html | |
parent | 8050476c8a853229f1ab23edee929e5ba9515a8e (diff) | |
download | troggle-ece3b79e5d5690c96630b598493009b1c924c8f7.tar.gz troggle-ece3b79e5d5690c96630b598493009b1c924c8f7.tar.bz2 troggle-ece3b79e5d5690c96630b598493009b1c924c8f7.zip |
survey scans features added
Diffstat (limited to 'templates/svxcavesingle.html')
-rw-r--r-- | templates/svxcavesingle.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/svxcavesingle.html b/templates/svxcavesingle.html index d0fe827..123e92a 100644 --- a/templates/svxcavesingle.html +++ b/templates/svxcavesingle.html @@ -66,8 +66,8 @@ </td>
<td>
- {% if survexblock.refscandir %}
- <b><a href="/survey_scans/{{survexblock.refscandir}}/">scans</a></b>
+ {% if survexblock.survexscansfolder %}
+ <b><a href="{{survexblock.survexscansfolder.get_absolute_url}}">{{survexblock.survexscansfolder.walletname}}</a></b>
{% endif %}
</td>
</tr>
|