From 7ee7a05ea1c994fd9fb571f792dc8dda50871270 Mon Sep 17 00:00:00 2001
From: Philip Sargent <philip.sargent@klebos.com>
Date: Sat, 3 Apr 2021 00:35:31 +0100
Subject: [PATCH] typos in templates

---
 templates/svxcaveseveral.html | 2 +-
 templates/svxcavesingle.html  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/svxcaveseveral.html b/templates/svxcaveseveral.html
index 2f53818..44cd085 100644
--- a/templates/svxcaveseveral.html
+++ b/templates/svxcaveseveral.html
@@ -32,7 +32,7 @@
     <p>If you can see a filename here: [&nbsp;<a href="/survexfile/{{cave.survex_file}}">{{cave.survex_file}}</a> &nbsp;] 
     which does <em>not</em>  match any in the list below <em>including the directories beginning with </em><strong>caves-162X/</strong></em> 
     not just the filename</em>, then (if logged on) you can
-    <strong>click here <var><a href="/cave/{{cave.slug}}/edit/">/cave{{cave.slug}}/edit</a></var></strong>
+    <strong>click here <var><a href="/cave/{{cave.slug}}/edit/">/cave/{{cave.slug}}/edit</a></var></strong>
     to go to a form to correct the online data. 
     Instructions for filling in this form are in this part 
     <a href="/handbook/survey/caveentry.html"> of the survey handbook</a>.
diff --git a/templates/svxcavesingle.html b/templates/svxcavesingle.html
index deca57f..fbb0510 100644
--- a/templates/svxcavesingle.html
+++ b/templates/svxcavesingle.html
@@ -29,7 +29,7 @@ All the processing to extract the survex subdriectories and survex files is done
 </p>
 <p>If you can see a filename here: [&nbsp;<a href="/survexfile/{{cave.survex_file}}">{{cave.survex_file}}</a> &nbsp;] which does <em>not</em> match any in the list below <em>including the directories beginning with </em><strong>caves-162X/</strong></em> 
     not just the filename</em>, then (if logged on) you can
-<strong>click here <var><a href="/cave/{{cave.slug}}/edit/">/cave{{cave.slug}}/edit</a></var></strong>
+<strong>click here <var><a href="/cave/{{cave.slug}}/edit/">/cave/{{cave.slug}}/edit</a></var></strong>
 to go to a form to correct the online data.
     Instructions for filling in this form are in this part 
     <a href="/handbook/survey/caveentry.html"> of the survey handbook</a>.