diff options
author | goatchurch <devnull@localhost> | 2009-07-27 13:42:54 +0100 |
---|---|---|
committer | goatchurch <devnull@localhost> | 2009-07-27 13:42:54 +0100 |
commit | 68060d6118b47c54c34004b97ef13d5200cdd401 (patch) | |
tree | d557d0213a729237778dbf8192a2f3145795d890 /templates/survexblock.html | |
parent | ddbdc73e7eef3f63e8cd32172f6559759b896388 (diff) | |
download | troggle-68060d6118b47c54c34004b97ef13d5200cdd401.tar.gz troggle-68060d6118b47c54c34004b97ef13d5200cdd401.tar.bz2 troggle-68060d6118b47c54c34004b97ef13d5200cdd401.zip |
[svn] some file reading things
Diffstat (limited to 'templates/survexblock.html')
-rw-r--r-- | templates/survexblock.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/survexblock.html b/templates/survexblock.html index eaf06e5..6757437 100644 --- a/templates/survexblock.html +++ b/templates/survexblock.html @@ -8,6 +8,8 @@ {% block content %}
<h2>Survex Block {{survexblock.survexpath}}</h2>
+<p>Link to <a href="{% url svx survexblock.filewithoutsvx %}">{{survexblock.begin_file}}</a></p>
+
<p>Needs duplicates removed from right hand column</p>
<p>Needs links to survex file presentation</p>
<p>Needs to start dealing with misspellings of names (prob by editing the originals)</p>
|