diff options
author | goatchurch <goatchurch@ubuntu.clocksoft.dom> | 2009-09-10 22:07:31 +0100 |
---|---|---|
committer | goatchurch <goatchurch@ubuntu.clocksoft.dom> | 2009-09-10 22:07:31 +0100 |
commit | 735b729a414fdda2e4b832c58707decb19aaae6c (patch) | |
tree | 91d23745102961bdb4ce5c8e30c54ac69d33a59b /templates/survexblock.html | |
parent | c5b933f922f922c7c3a3a2c3d11e8b866fe790b6 (diff) | |
download | troggle-735b729a414fdda2e4b832c58707decb19aaae6c.tar.gz troggle-735b729a414fdda2e4b832c58707decb19aaae6c.tar.bz2 troggle-735b729a414fdda2e4b832c58707decb19aaae6c.zip |
survey scans features added
Diffstat (limited to 'templates/survexblock.html')
-rw-r--r-- | templates/survexblock.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/survexblock.html b/templates/survexblock.html index ef355eb..31958c0 100644 --- a/templates/survexblock.html +++ b/templates/survexblock.html @@ -22,10 +22,10 @@ {% endif %}
{% if survexblock.survexblock_set.all %}
- <p>Survey blocks below:</p>
-{% for survexblockdown in survexblock.survexblock_set.all %}
+ <p>Survey blocks below:</p>
+ {% for survexblockdown in survexblock.survexblock_set.all %}
<p class="indent"><a href="{% url survexblock survexblockdown.survexpath %}">{{survexblockdown.survexpath}}</a></p>
-{% endfor %}
+ {% endfor %}
{% endif %}
<p>Date: {{survexblock.date}}</p>
@@ -43,7 +43,7 @@ </div>
<div class="survexblock">
-{{ftext|survex_to_html}}
+ {{ftext|survex_to_html}}
</div>
{% endblock %}
|