forked from expo/troggle
[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
This commit is contained in:
parent
efd4708526
commit
84e9cc3396
@ -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 %}
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user