From 8e65dc08925b98bfba12629c7211096a31693fd7 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 11 May 2026 15:04:24 +0100 Subject: [PATCH] comments --- core/views/new_hole.py | 2 +- templates/new_hole.html | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/core/views/new_hole.py b/core/views/new_hole.py index 67d82ac9..bd46e023 100644 --- a/core/views/new_hole.py +++ b/core/views/new_hole.py @@ -372,7 +372,7 @@ def process_new_hole(form, area): """ 🚧 under construction. - ⚡Detect if logged-in & set who_am_i using the cookie system, make read-only if logged in + ✅Detect if logged-in & set who_am_i using the cookie system, make read-only if logged in ✅ Create a fixed point *fix record by inserting into :loser:/fixedpts/gps/auto.svx ✅ Do a git commit (loser) of the new GPS position diff --git a/templates/new_hole.html b/templates/new_hole.html index efbdf1f7..0a1fcf6c 100644 --- a/templates/new_hole.html +++ b/templates/new_hole.html @@ -142,7 +142,12 @@
  • Update the database with this new information
  • Take you to a new Wallet for this information and this trip (if it does not exist)
  • Return you to this form if any important data is missing or invalid -
  • If all is correct, will take you to the (new) Wallet for you to upload the photos +
  • If all is correct, will take you to
    +- the Entrance edit page for you to upload the photos
    +- the GPSlogs upload page to upload your prospecting track
    +- the new Survex page to upload survey data (if any) +- a new Logbook page if you have not already recorded this +

    {% endblock %} \ No newline at end of file