mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2026-02-20 03:05:19 +00:00
[svn r8227] Template update to use wiki_to_html_short
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
{% load wiki_markup %}
|
{% load wiki_markup %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{{ cavearea.description }}
|
{{ cavearea.description|wiki_to_html_short }}
|
||||||
{{ cavearea.name }}
|
{{ cavearea.name|wiki_to_html_short }}
|
||||||
{{ cavearea.parentArea }}
|
{{ cavearea.parentArea|wiki_to_html_short }}
|
||||||
{{ cavearea.survexFile }}
|
{{ cavearea.survexFile|wiki_to_html_short }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% load wiki_markup %}
|
{% load wiki_markup %}
|
||||||
|
|
||||||
{% block title %}{{ cave.official_name|wiki_to_html }}{% endblock %}
|
{% block title %}{{ cave.official_name|wiki_to_html_short }}{% endblock %}
|
||||||
|
|
||||||
{% block contentheader %}
|
{% block contentheader %}
|
||||||
<table id="cavepage">
|
<table id="cavepage">
|
||||||
|
|||||||
Reference in New Issue
Block a user