forked from expo/troggle
efd4708526
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8226 by julian @ 1/24/2009 6:49 PM
9 lines
195 B
HTML
9 lines
195 B
HTML
{% extends "cavebase.html" %}
|
|
{% load wiki_markup %}
|
|
|
|
{% block content %}
|
|
{{ cavearea.description }}
|
|
{{ cavearea.name }}
|
|
{{ cavearea.parentArea }}
|
|
{{ cavearea.survexFile }}
|
|
{% endblock %} |