[svn r8227] Template update to use wiki_to_html_short

This commit is contained in:
julian 2009-01-24 20:40:00 +01:00
parent af65239d6e
commit 8068d02734
2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -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">