summaryrefslogtreecommitdiffstats
path: root/templates/caveindex.html
diff options
context:
space:
mode:
authorsubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 05:18:26 +0100
committersubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 05:18:26 +0100
commitf5ddbafcb0899d2c95d8512b1316eaeeee9bedab (patch)
treed8186e9c66191da57bc7bec0f5ffe63e835f5445 /templates/caveindex.html
parent13d44fe647b6929137ee4f7d18ba407b8ebaa05a (diff)
downloadtroggle-f5ddbafcb0899d2c95d8512b1316eaeeee9bedab.tar.gz
troggle-f5ddbafcb0899d2c95d8512b1316eaeeee9bedab.tar.bz2
troggle-f5ddbafcb0899d2c95d8512b1316eaeeee9bedab.zip
[svn] Wiki_markup imporved to include paragraphs
wiki_to_html should be used when the field will include paragraphs wiki_to_html_short should be used when the field will not include paragraphs Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8061 by julian @ 11/6/2008 11:24 PM
Diffstat (limited to 'templates/caveindex.html')
-rw-r--r--templates/caveindex.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/caveindex.html b/templates/caveindex.html
index a19752f..445eddf 100644
--- a/templates/caveindex.html
+++ b/templates/caveindex.html
@@ -5,6 +5,6 @@
{% block content %}
{% for cave in caves %}
-<p>{{ cave }} <a href="./{{ cave.kataster_number }}/">{{ cave.official_name|wiki_to_html }}</a> </p>
+<p>{{ cave }} <a href="./{{ cave.kataster_number }}/">{{ cave.official_name|wiki_to_html_short }}</a> </p>
{% endfor %}
{% endblock %} \ No newline at end of file