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 | ece3b79e5d5690c96630b598493009b1c924c8f7 (patch) | |
tree | c6fd7aa5fca183fb610a6b1007634ff791bba232 /templates/survexblock.html | |
parent | 8050476c8a853229f1ab23edee929e5ba9515a8e (diff) | |
download | troggle-ece3b79e5d5690c96630b598493009b1c924c8f7.tar.gz troggle-ece3b79e5d5690c96630b598493009b1c924c8f7.tar.bz2 troggle-ece3b79e5d5690c96630b598493009b1c924c8f7.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 %}
|