summaryrefslogtreecommitdiffstats
path: root/templates/cave.html
diff options
context:
space:
mode:
authorsubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 05:48:47 +0100
committersubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 05:48:47 +0100
commitcb52c47aa9632a6c0affde9b0ceeab06877c760b (patch)
tree4a242f8a7929db5c1a49958f2aec3a826af893b3 /templates/cave.html
parented345f25760d8927f834a69202c2b9b2cef71ee0 (diff)
downloadtroggle-cb52c47aa9632a6c0affde9b0ceeab06877c760b.tar.gz
troggle-cb52c47aa9632a6c0affde9b0ceeab06877c760b.tar.bz2
troggle-cb52c47aa9632a6c0affde9b0ceeab06877c760b.zip
[svn] yorkshire work with tunnel integration
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8232 by julian @ 1/29/2009 11:40 PM
Diffstat (limited to 'templates/cave.html')
-rw-r--r--templates/cave.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/cave.html b/templates/cave.html
index f8a511d..495e2f7 100644
--- a/templates/cave.html
+++ b/templates/cave.html
@@ -7,10 +7,12 @@
<h3>All trips done in this cave</h3>
<table>
{% for logbookentry in cave.logbookentry_set.all %}
+ {% if logbookentry.title %}
<tr>
<td>{{logbookentry.date}}</td>
<td><a href="{% url logbookentry logbookentry.href %}">{{logbookentry.title|safe}}</a></td>
</tr>
+ {% endif %}
{% endfor %}
</table>
</div>