diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-07-03 00:50:56 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-07-03 00:50:56 +0100 |
commit | a89139763f2b7206dc8962aa91ac41866cb71981 (patch) | |
tree | 18d2c9ae26a2f96835f284dfbc53c2dbcd38a4e7 /templates/subcave.html | |
parent | dab138c7315ff3ec0ef08638e7b09d1802fb4359 (diff) | |
download | troggle-a89139763f2b7206dc8962aa91ac41866cb71981.tar.gz troggle-a89139763f2b7206dc8962aa91ac41866cb71981.tar.bz2 troggle-a89139763f2b7206dc8962aa91ac41866cb71981.zip |
[svn] Use template block "related" for related objects. Various cleanup, fix personexpedition date views.
Diffstat (limited to 'templates/subcave.html')
-rw-r--r-- | templates/subcave.html | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/templates/subcave.html b/templates/subcave.html index 4cd9be0..fbb8d1d 100644 --- a/templates/subcave.html +++ b/templates/subcave.html @@ -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 %}
\ No newline at end of file |