summaryrefslogtreecommitdiffstats
path: root/templates/cave.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/cave.html')
-rw-r--r--templates/cave.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/cave.html b/templates/cave.html
index 1bdb683..a8c0c5e 100644
--- a/templates/cave.html
+++ b/templates/cave.html
@@ -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 %}