From 84e9cc339615ed9b183ec4ba9820200f9141bb00 Mon Sep 17 00:00:00 2001 From: substantialnoninfringinguser Date: Wed, 13 May 2009 05:45:44 +0100 Subject: [PATCH] [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 --- templates/cavearea.html | 8 ++++---- templates/cavebase.html | 2 +- 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 %}