From a1e6f930cb7b7a28a1cfbd99e9c259f54148fd08 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Wed, 11 Mar 2026 15:55:43 +0000 Subject: [PATCH] Add lat/long to the list of reviewed items --- html/template/sync/review/pool.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/html/template/sync/review/pool.html b/html/template/sync/review/pool.html index de6125ed..29ee841c 100644 --- a/html/template/sync/review/pool.html +++ b/html/template/sync/review/pool.html @@ -54,6 +54,8 @@ const unchanged = []; const fields = [ + { key: "latitude", label: "Latitude" }, + { key: "longitude", label: "Longitude" }, { key: "poolCondition", label: "Pool condition" }, { key: "ownerContact", label: "Owner contact" }, { key: "residentContact", label: "Resident contact" },