[svn] Use template block "related" for related objects. Various cleanup, fix personexpedition date views.

This commit is contained in:
substantialnoninfringinguser
2009-07-03 00:50:56 +01:00
parent dab138c731
commit a89139763f
11 changed files with 56 additions and 69 deletions

View File

@@ -11,20 +11,7 @@
{% block content %}
ok here comes the drilldown<br />
{% drilldown_tree_for_node subcave as drilldown %}
{% for each in drilldown %}
{{ each }}>
{% endfor %}
<h2>{{subcave}}</h2>
<p>
{{subcave.description}}
</p>
<div id="col2">
{% block related %}
<h2>Related places</h2>
@@ -55,6 +42,18 @@ ok here comes the drilldown<br />
</ul>
</div>
{% endblock %}
ok here comes the drilldown<br />
{% drilldown_tree_for_node subcave as drilldown %}
{% for each in drilldown %}
{{ each }}>
{% endfor %}
<h2>{{subcave}}</h2>
<p>
{{subcave.description}}
</p>
{% endblock content %}