forked from expo/troggle
Fix broken markup
This commit is contained in:
parent
b2fc3dd35b
commit
c221b75afc
@ -43,10 +43,10 @@
|
|||||||
<dt>Explorers</dt><dd>{{ ent.entrance.explorers|safe }}</dd>
|
<dt>Explorers</dt><dd>{{ ent.entrance.explorers|safe }}</dd>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if ent.entrance.northing %}
|
{% if ent.entrance.northing %}
|
||||||
<dt>Location</dt><dd>{{ ent.entrance.northing|safe }}, {{ ent.entrance.easting|safe }}, {{ ent.entrance.alt|safe }}m</</dd>
|
<dt>Location</dt><dd>{{ ent.entrance.northing|safe }}, {{ ent.entrance.easting|safe }}, {{ ent.entrance.alt|safe }}m</dd>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if ent.entrance.tag_station %}
|
{% if ent.entrance.tag_station %}
|
||||||
<dt>Tag Location</dt><dd>{{ ent.entrance.tag_station }}{{ ent.entrance.tag.y|safe }}, {{ ent.entrance.tag.x|safe }}, {{ ent.entrance.tag.z|safe }}m</</dd>
|
<dt>Tag Location</dt><dd>{{ ent.entrance.tag_station }}{{ ent.entrance.tag.y|safe }}, {{ ent.entrance.tag.x|safe }}, {{ ent.entrance.tag.z|safe }}m</dd>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if ent.entrance.bearings %}
|
{% if ent.entrance.bearings %}
|
||||||
<dt>Bearings</dt><dd>{{ ent.entrance.bearings|safe }}</dd>
|
<dt>Bearings</dt><dd>{{ ent.entrance.bearings|safe }}</dd>
|
||||||
|
Loading…
Reference in New Issue
Block a user