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 | 694fe4b4d8325a62489ac5142942fd61598a7612 (patch) | |
tree | 7f42e88ab188bca7a5298434fe0cd90bf13b567e /templates/survexblock.html | |
parent | dc30f80ce45f98b1c310b75391833214bf7d076f (diff) | |
download | troggle-694fe4b4d8325a62489ac5142942fd61598a7612.tar.gz troggle-694fe4b4d8325a62489ac5142942fd61598a7612.tar.bz2 troggle-694fe4b4d8325a62489ac5142942fd61598a7612.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>
|