2011-07-11 02:10:22 +01:00
|
|
|
{% extends "cavebase.html" %}
|
|
|
|
{% load wiki_markup %}
|
|
|
|
{% block title %} {{cave_description}} {% endblock title %}
|
|
|
|
{% block editLink %}<a href={{cave_description.get_admin_url}}>Edit description {{cave_description}}</a>{% endblock %}
|
|
|
|
|
|
|
|
{% block contentheader %}
|
|
|
|
{{cave_description.long_name}}
|
|
|
|
{% endblock contentheader %}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
|
|
|
|
<h1>{{cave_description.long_name}}</h1>
|
|
|
|
<p>
|
|
|
|
{{cave_description.description|wiki_to_html}}
|
|
|
|
</p>
|
|
|
|
|
2009-07-04 18:11:20 +01:00
|
|
|
{% endblock content %}
|