diff --git a/templates/internal/community_resource/list.html.twig b/templates/internal/community_resource/list.html.twig index 39971e4..19b27d2 100644 --- a/templates/internal/community_resource/list.html.twig +++ b/templates/internal/community_resource/list.html.twig @@ -44,6 +44,7 @@ Address Contact Info Hours + Lat/Lon @@ -58,6 +59,7 @@ {{ r.getFormattedAddress()|raw }} {{ r.getContactCard()|raw }} {{ r.getHours() }} + {{ r.lat|number_format(6) }}/{{ r.lon|number_format(6) }} edit