diff options
author | goatchurch <devnull@localhost> | 2009-08-01 07:31:27 +0100 |
---|---|---|
committer | goatchurch <devnull@localhost> | 2009-08-01 07:31:27 +0100 |
commit | 907746289386da6b6342752a0628742905a59a69 (patch) | |
tree | 8e5a438392ddace01694734a3420877e42da79e1 /templates/survexblock.html | |
parent | 7158a79a347d99fb1f8e94e034f2d79e08ad9172 (diff) | |
download | troggle-907746289386da6b6342752a0628742905a59a69.tar.gz troggle-907746289386da6b6342752a0628742905a59a69.tar.bz2 troggle-907746289386da6b6342752a0628742905a59a69.zip |
[svn] now with ability to make new svx file
Diffstat (limited to 'templates/survexblock.html')
-rw-r--r-- | templates/survexblock.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/survexblock.html b/templates/survexblock.html index 6757437..ef355eb 100644 --- a/templates/survexblock.html +++ b/templates/survexblock.html @@ -8,7 +8,7 @@ {% block content %}
<h2>Survex Block {{survexblock.survexpath}}</h2>
-<p>Link to <a href="{% url svx survexblock.filewithoutsvx %}">{{survexblock.begin_file}}</a></p>
+<p>Link to <a href="{% url svx survexblock.survexfile.path %}">{{survexblock.survexfile.path}}</a></p>
<p>Needs duplicates removed from right hand column</p>
<p>Needs links to survex file presentation</p>
|