diff options
-rw-r--r-- | templates/svxfilecavelist.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/svxfilecavelist.html b/templates/svxfilecavelist.html index 57dd4ed..5f396e7 100644 --- a/templates/svxfilecavelist.html +++ b/templates/svxfilecavelist.html @@ -5,7 +5,7 @@ {% block content %} <p><a href="#cdir">caves with subdirectories</a> | <a href="#cmult">caves with multiple files</a> | <a href="#csing">caves with single files</a></p> -<!-- <h3><a href="/survexfile/all.svx">Link to all.svx for processing</a></h3> <!-- This is not right...--> +<p>Link to top level <a href="/survexfile/{{settings.SURVEX_TOPNAME}}">{{settings.SURVEX_TOPNAME}}</a> for importing</p> <h2 id="cdir">Caves with subdirectories</h2> |