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" },