summaryrefslogtreecommitdiffstats
path: root/templates/svxcaveseveral.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/svxcaveseveral.html')
-rw-r--r--templates/svxcaveseveral.html15
1 files changed, 12 insertions, 3 deletions
diff --git a/templates/svxcaveseveral.html b/templates/svxcaveseveral.html
index e855600..2f53818 100644
--- a/templates/svxcaveseveral.html
+++ b/templates/svxcaveseveral.html
@@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block title %}List of survex files{% endblock %}
-
+{% load wiki_markup %}
{% block content %}
<!-- the only thing passed into this template is a list of object identifiers for caves.
All the processing to extract the survex subdriectories and survex files is done in this template -->
@@ -14,7 +14,7 @@
</p>
<p>
{% for survexdirectory in cave.survexdirectory_set.all %}
- <a href="#T_{{survexdirectory.primarysurvexfile.path}}">{{survexdirectory.path}}</a>
+ This cave has a linked survexdirectory: <a href="#T_{{survexdirectory.primarysurvexfile.path}}">{{survexdirectory.path}}</a> in the database. See the table below.
{% empty %}
<p>If you were expecting to see a list of survex files here and a summary table of who did what and when, perhaps
because you followed a link from <a href="/survexfile/caves/">the master caves' survex list</a> page which showed that such survex files clearly existed, and yet there is nothing here but a blank; then this will be because the survex (.svx) files have been stored on the server in the
@@ -28,6 +28,15 @@
<a href="/handbook/survey/caveentry.html">this part of the survey handbook</a>.
{% endfor %}
</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>
+ 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>.
+ </p>
{% for survexdirectory in cave.survexdirectory_set.all %}
<h3 id="T_{{survexdirectory.primarysurvexfile.path}}">{{survexdirectory.path}}</h3>
<table>
@@ -86,7 +95,7 @@
</tr>
{% endfor %}
{% endfor %}
- </table>
+ </table><p>
{% endfor %}
{% endfor %}
{% endblock %}