diff options
Diffstat (limited to 'templates/entrance.html')
-rw-r--r-- | templates/entrance.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/entrance.html b/templates/entrance.html index dcd2970..52ec589 100644 --- a/templates/entrance.html +++ b/templates/entrance.html @@ -45,6 +45,10 @@ <h2>Location Description</h2> {{ entrance.location_description|safe }} {% endif %} +{% if entrance.lastvisit %} + <h2>Last Visit Date</h2> + {{ entrance.llastvisit|safe }} +{% endif %} {% if entrance.approach %} <h2>Approach</h2> {{ entrance.approach|safe }} |