diff options
author | Martin <devnull@localhost> | 2012-08-14 15:08:08 +0200 |
---|---|---|
committer | Martin <devnull@localhost> | 2012-08-14 15:08:08 +0200 |
commit | 8e64062214e1a62bc43a09c137e03efec7d3d45a (patch) | |
tree | f6469157f00924b8c06ea249473fdae352c71f3e /templates | |
parent | 8c1882eec817a9b24400303bc7349d149817c7f0 (diff) | |
download | troggle-8e64062214e1a62bc43a09c137e03efec7d3d45a.tar.gz troggle-8e64062214e1a62bc43a09c137e03efec7d3d45a.tar.bz2 troggle-8e64062214e1a62bc43a09c137e03efec7d3d45a.zip |
added entrance locations
Diffstat (limited to 'templates')
-rw-r--r-- | templates/cave_entrances.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/cave_entrances.html b/templates/cave_entrances.html index 6468ebc..b61d1ab 100644 --- a/templates/cave_entrances.html +++ b/templates/cave_entrances.html @@ -52,13 +52,13 @@ <dt>Bearings</dt><dd>{{ ent.entrance.bearings|safe }}</dd> {% endif %} {% if ent.entrance.exact_station %} - <dt>Exact Station</dt><dd>{{ ent.entrance.exact_station|safe }}</dd> + <dt>Exact Station</dt><dd>{{ ent.entrance.exact_station|safe }} {{ ent.exact_location.tag.y|safe }}, {{ ent.entrance.exact_location.x|safe }}, {{ ent.entrance.exact_location.z|safe }}m</dd> {% endif %} {% if ent.entrance.other_station %} <dt>Other Station</dt><dd>{{ ent.entrance.other_station|safe }} {% if ent.entrance.other_description %} - {{ ent.entrance.other_description|safe }} - {% endif %} + {% endif %} {{ ent.entrance.other_location.y|safe }}, {{ ent.entrance.other_location.x|safe }}, {{ ent.entrance.other_location.z|safe }}m </dd> {% endif %} </dl> |