blob: 1ce41426ce24298f345acbd64380a07fb5d86fcf (
plain)
1
2
3
4
5
6
7
8
9
|
{% extends "cavebase.html" %}
{% load wiki_markup %}
{% block content %}
{{ 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 %}
|