mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-02-08 11:09:48 +00:00
add 'lastvisit' field to entrances, for the date
This commit is contained in:
@@ -24,6 +24,9 @@
|
||||
{% if ent.entrance.location_description %}
|
||||
<dt>Location</dt><dd>{{ ent.entrance.location_description|safe }}</dd>
|
||||
{% endif %}
|
||||
{% if ent.entrance.lastvisit %}
|
||||
<dt>Location</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