mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-22 23:31:56 +00:00
[svn r8227] Template update to use wiki_to_html_short
This commit is contained in:
parent
af65239d6e
commit
8068d02734
@ -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