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 | b69ae42ef24b484b533a426f09049f5ab04ed4e8 (patch) | |
tree | e6f7df186a7b6dd5ade99619f199a17c76c23701 /templates/logbookentry.html | |
parent | 9deaad44375daf3d4670b17f89ebc8306755568d (diff) | |
download | troggle-b69ae42ef24b484b533a426f09049f5ab04ed4e8.tar.gz troggle-b69ae42ef24b484b533a426f09049f5ab04ed4e8.tar.bz2 troggle-b69ae42ef24b484b533a426f09049f5ab04ed4e8.zip |
[svn] Use template block "related" for related objects. Various cleanup, fix personexpedition date views.
Diffstat (limited to 'templates/logbookentry.html')
-rw-r--r-- | templates/logbookentry.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/logbookentry.html b/templates/logbookentry.html index 89069e8..9e632a4 100644 --- a/templates/logbookentry.html +++ b/templates/logbookentry.html @@ -7,7 +7,7 @@ <h2>{{logbookentry.title|safe}}</h2>
-<div id="col2">
+<div id="related">
<p><a href="{{ logbookentry.expedition.get_absolute_url }}">{{logbookentry.expedition.name}}</a></p>
{% if logbookentry.cave %}
|