summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorsubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 05:45:44 +0100
committersubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 05:45:44 +0100
commit84e9cc339615ed9b183ec4ba9820200f9141bb00 (patch)
treee05ed4b3c02307f3f989617563cc999cc7e558ca /templates
parentefd47085261e73c08e8d5fe9eaadbc8f761fe7ac (diff)
downloadtroggle-84e9cc339615ed9b183ec4ba9820200f9141bb00.tar.gz
troggle-84e9cc339615ed9b183ec4ba9820200f9141bb00.tar.bz2
troggle-84e9cc339615ed9b183ec4ba9820200f9141bb00.zip
[svn] Template update to use wiki_to_html_short
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8227 by julian @ 1/24/2009 7:40 PM
Diffstat (limited to 'templates')
-rw-r--r--templates/cavearea.html8
-rw-r--r--templates/cavebase.html2
2 files changed, 5 insertions, 5 deletions
diff --git a/templates/cavearea.html b/templates/cavearea.html
index 9049225..1ce4142 100644
--- a/templates/cavearea.html
+++ b/templates/cavearea.html
@@ -2,8 +2,8 @@
{% load wiki_markup %}
{% block content %}
-{{ cavearea.description }}
-{{ cavearea.name }}
-{{ cavearea.parentArea }}
-{{ cavearea.survexFile }}
+{{ cavearea.description|wiki_to_html_short }}
+{{ cavearea.name|wiki_to_html_short }}
+{{ cavearea.parentArea|wiki_to_html_short }}
+{{ cavearea.survexFile|wiki_to_html_short }}
{% endblock %} \ No newline at end of file
diff --git a/templates/cavebase.html b/templates/cavebase.html
index f546ebf..8e8132e 100644
--- a/templates/cavebase.html
+++ b/templates/cavebase.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load wiki_markup %}
-{% block title %}{{ cave.official_name|wiki_to_html }}{% endblock %}
+{% block title %}{{ cave.official_name|wiki_to_html_short }}{% endblock %}
{% block contentheader %}
<table id="cavepage">