diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-04-03 00:35:31 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-04-03 00:35:31 +0100 |
commit | 7ee7a05ea1c994fd9fb571f792dc8dda50871270 (patch) | |
tree | 6b625a2b3cdaa221ed6edf89e23c9da40e23b42f | |
parent | e559a1dabdd5a2b8ab34cc4aceaa313195d32934 (diff) | |
download | troggle-7ee7a05ea1c994fd9fb571f792dc8dda50871270.tar.gz troggle-7ee7a05ea1c994fd9fb571f792dc8dda50871270.tar.bz2 troggle-7ee7a05ea1c994fd9fb571f792dc8dda50871270.zip |
typos in templates
-rw-r--r-- | templates/svxcaveseveral.html | 2 | ||||
-rw-r--r-- | 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: [ <a href="/survexfile/{{cave.survex_file}}">{{cave.survex_file}}</a> ] 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: [ <a href="/survexfile/{{cave.survex_file}}">{{cave.survex_file}}</a> ] 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>. |