diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/_cave_uground_description.html (renamed from templates/cave_uground_description.html) | 0 | ||||
-rw-r--r-- | templates/svxcaveseveral.html | 2 | ||||
-rw-r--r-- | templates/svxcavesingle.html | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/templates/cave_uground_description.html b/templates/_cave_uground_description.html index 86a5e7e..86a5e7e 100644 --- a/templates/cave_uground_description.html +++ b/templates/_cave_uground_description.html diff --git a/templates/svxcaveseveral.html b/templates/svxcaveseveral.html index f889acb..4149011 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.slug}}_cave_edit/">/{{cave.slug}}_cave_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 4e62bf2..7a5917d 100644 --- a/templates/svxcavesingle.html +++ b/templates/svxcavesingle.html @@ -32,7 +32,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.slug}}_cave_edit/">{{cave.slug}}_cave_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>. |