diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 05:45:44 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 05:45:44 +0100 |
commit | 84e9cc339615ed9b183ec4ba9820200f9141bb00 (patch) | |
tree | e05ed4b3c02307f3f989617563cc999cc7e558ca /templates | |
parent | efd47085261e73c08e8d5fe9eaadbc8f761fe7ac (diff) | |
download | troggle-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.html | 8 | ||||
-rw-r--r-- | 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 %}
<table id="cavepage">
|