diff --git a/templates/new_hole.html b/templates/new_hole.html
index 31464974..64d30372 100644
--- a/templates/new_hole.html
+++ b/templates/new_hole.html
@@ -84,7 +84,7 @@
Instructions
Refer to the handbook New Cave Datasheet
page for what all these mean and how to fill them in.
-If starting from scrastch, read New Cave Process.
+
If starting from scratch, read New Cave Process.
What this will do:
-🚧 under construction.
+
- Calculate whether this new cave is in area 1623 or 1626
- Create a fixed point record by inserting into :loser:/fixedpts/gps/auto.svx
-
- Create a new Cave record with associated new Entrance record
+
- Create a new Cave record
+
- Create a new Entrance record on that Cave
- Do a git commit (expoweb) of the new Cave and Entrance description files
-
- Do a git commit (loser) of the new GPS position
+ - Do a git commit (loser) of the new GPS position fix
(git commits use your logged-in identity in the "Who are you ?" field)
- Update the database with this new information
- Return you to this form if any important data is missing, invalid or inconsistent
-
- Take you to the new Wallet for this information and this trip
- (and create a new digital wallet if it does not already exist)
- If left blank, it will create the next Wallet number as yet unallocated.
- If all is fine, will take you to
- the Entrance edit page for you to upload the photos
-- a new Wallet edit page to upload the GPTTest screenshot and trip details
+- a new Wallet edit page to upload the GPTTest screenshot and trip details
+ (and create a new digital wallet if it does not already exist)
- 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 trip
-
-{% endblock %}
\ No newline at end of file
+Why we ask for the time the GPS was recorded
+Because ionospheric disturbance happens on a scale of an hour or so, every few hours,
+and is local to an area about ~50km in size. If we continuously record the GPS position
+of the potato hut during the expo then we will know if the GPS
+position of this cave entrancce was recorded during one of these "bad" periods.
+Go back and re-record the GPS positon the next day at the exact same point and put that data in the logbook.
+{% endblock %}
+🚧 under construction.
\ No newline at end of file
diff --git a/urls.py b/urls.py
index 916f2fa6..e4a44a1d 100644
--- a/urls.py
+++ b/urls.py
@@ -259,7 +259,7 @@ trogglepatterns = [
re_path(r'^getEntrances/(?P.*)', get_entrances, name = "get_entrances"),
# New hole data input
- path('newhole', new_hole, name="new_hole"),
+ path('newhole', new_hole, name="newhole"),
# Cave description pages
path('cave/', caveslugfwd, name="caveslugfwd"),
path('cave_debug', cave_debug, name="cave_debug"),