forked from expo/troggle
Fixed parsing and rendering of an entrances last visited field
This commit is contained in:
@@ -151,6 +151,9 @@
|
||||
{% if ent.entrance.location_description %}
|
||||
<dt>Location</dt><dd>{{ ent.entrance.location_description|safe }}</dd>
|
||||
{% endif %}
|
||||
{% if ent.entrance.lastvisit %}
|
||||
<dt>Date last visited</dt><dd>{{ ent.entrance.lastvisit|safe }}</dd>
|
||||
{% endif %}
|
||||
{% if ent.entrance.approach %}
|
||||
<dt>Approach</dt><dd>{{ ent.entrance.approach|safe }}</dd>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user