mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-23 15:51:56 +00:00
9 lines
271 B
HTML
9 lines
271 B
HTML
{% 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 %} |