diff options
author | goatchurch <goatchurch@ubuntu.clocksoft.dom> | 2009-09-11 09:04:59 +0100 |
---|---|---|
committer | goatchurch <goatchurch@ubuntu.clocksoft.dom> | 2009-09-11 09:04:59 +0100 |
commit | b80168c099b5805dfc9c1fee576d00cabc31e2d2 (patch) | |
tree | 3da6204d8fdba45d4d11ada481abda77747f6118 /templates/base.html | |
parent | ece3b79e5d5690c96630b598493009b1c924c8f7 (diff) | |
download | troggle-b80168c099b5805dfc9c1fee576d00cabc31e2d2.tar.gz troggle-b80168c099b5805dfc9c1fee576d00cabc31e2d2.tar.bz2 troggle-b80168c099b5805dfc9c1fee576d00cabc31e2d2.zip |
modelviz added
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index 1715340..10e670c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -33,6 +33,7 @@ </div>
<div class="toolbarlinks">
<a href="{% url survexcaveslist %}">All Cave Survex</a> |
+ <a href="{% url surveyscansfolders %}">All scans</a> |
<a href="{% url survexcavessingle 161 %}">161</a> |
<a href="{% url survexcavessingle 204 %}">204</a> |
<a href="{% url survexcavessingle 258 %}">258</a> |
|