From c221b75afc8a08553909be9eafad480af9362054 Mon Sep 17 00:00:00 2001 From: expo Date: Sun, 5 Aug 2012 21:37:46 +0200 Subject: [PATCH] Fix broken markup --- templates/cave_entrances.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/cave_entrances.html b/templates/cave_entrances.html index 1ad4db0..e4e939d 100644 --- a/templates/cave_entrances.html +++ b/templates/cave_entrances.html @@ -43,10 +43,10 @@
Explorers
{{ ent.entrance.explorers|safe }}
{% endif %} {% if ent.entrance.northing %} -
Location
{{ ent.entrance.northing|safe }}, {{ ent.entrance.easting|safe }}, {{ ent.entrance.alt|safe }}m +
Location
{{ ent.entrance.northing|safe }}, {{ ent.entrance.easting|safe }}, {{ ent.entrance.alt|safe }}m
{% endif %} {% if ent.entrance.tag_station %} -
Tag Location
{{ ent.entrance.tag_station }}{{ ent.entrance.tag.y|safe }}, {{ ent.entrance.tag.x|safe }}, {{ ent.entrance.tag.z|safe }}m +
Tag Location
{{ ent.entrance.tag_station }}{{ ent.entrance.tag.y|safe }}, {{ ent.entrance.tag.x|safe }}, {{ ent.entrance.tag.z|safe }}m
{% endif %} {% if ent.entrance.bearings %}
Bearings
{{ ent.entrance.bearings|safe }}