2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-02-26 13:35:20 +00:00

[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
This commit is contained in:
substantialnoninfringinguser
2009-05-13 05:18:26 +01:00
parent 13d44fe647
commit f5ddbafcb0
5 changed files with 27 additions and 13 deletions

View File

@@ -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 %}