diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-09-07 21:47:15 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-09-07 21:47:15 +0300 |
commit | e1aabc84e8d528cf1db10b8902f6424f107a6f00 (patch) | |
tree | 1ecb1b758394f8114171ebfc97b48a7d127e17c3 /templates/svxfilecavelist.html | |
parent | 8b76cad15aa84d8ccd7cea31deb7ae64381c4c3c (diff) | |
download | troggle-e1aabc84e8d528cf1db10b8902f6424f107a6f00.tar.gz troggle-e1aabc84e8d528cf1db10b8902f6424f107a6f00.tar.bz2 troggle-e1aabc84e8d528cf1db10b8902f6424f107a6f00.zip |
url bugfix
Diffstat (limited to 'templates/svxfilecavelist.html')
-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 5f396e7..5092194 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> -<p>Link to top level <a href="/survexfile/{{settings.SURVEX_TOPNAME}}">{{settings.SURVEX_TOPNAME}}</a> for importing</p> +<p>Link to top level <a href="/survexfile/{{settings.SURVEX_TOPNAME}}.svx">{{settings.SURVEX_TOPNAME}}.svx</a> for importing</p> <h2 id="cdir">Caves with subdirectories</h2> |