diff options
-rw-r--r-- | templates/walletindex.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/walletindex.html b/templates/walletindex.html index f2e5c99..9ffc573 100644 --- a/templates/walletindex.html +++ b/templates/walletindex.html @@ -19,11 +19,13 @@ </table> <p><em> -<a href="/expofiles/surveyscans/{{wallet.walletname|slice:'0:4'}}/walletindex.html">Wallet index for this year</a> {{wallet.walletname|slice:'0:4'}} +<a href="/wallets/year/{{wallet.walletname|slice:'0:4'}}">Wallet index for this year</a> {{wallet.walletname|slice:'0:4'}} <br /> <a href="/expedition/{{wallet.walletname|slice:'0:4'}}">Expedition page for this year </a> {{wallet.walletname|slice:'0:4'}} <br /> <a href="/scanupload/{{wallet.walletname|slice:'0:4'}}:01">First wallet for this year </a> {{wallet.walletname|slice:'0:4'}} +<br /> +<a href="/scanupload/{{wallet.walletname|slice:'0:4'}}:00">Lost+Found wallet for this year </a> {{wallet.walletname|slice:'0:4'}} </em> {% endblock %} |