diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/cave_qms.html | 9 | ||||
-rw-r--r-- | templates/errors/badslug.html | 2 | ||||
-rw-r--r-- | templates/qm.html | 7 |
3 files changed, 14 insertions, 4 deletions
diff --git a/templates/cave_qms.html b/templates/cave_qms.html index e91f49c..25d5ccf 100644 --- a/templates/cave_qms.html +++ b/templates/cave_qms.html @@ -4,13 +4,18 @@ {% block contentheader %} <h2>Question marks for {{cave.kataster_number}} - {{cave.official_name|safe}} - {{cave.unofficial_number}}</h2> - <p>Note that QMs are only loaded for 1623-161, 1623-204 and 1623-234 as these are the only CSV files loaded by the import parser. - No QMs are loaded directly from the survex files (yet, as of July 2022). + <p>Note that QMs loaded for 1623-161, 1623-204 and 1623-234 are imported from CSV files . + <ul> <li><a href="/cave/qms/1623-161">1623-161 QMs</a> <li><a href="/cave/qms/1623-204">1623-204 QMs</a> <li><a href="/cave/qms/1623-234">1623-234 QMs</a> </ul> + <p>QMs are also loaded directly from the survex files (possibly buggy, July 2022), e.g. see + <ul> + <li><a href="/cave/qms/1623-264">1623-264 QMs</a> + </ul> + <p>For full explanation of the current status of the QM system(s), see <a href="/handbook/troggle/scriptsqms.html">scriptsqms page</a>. {% endblock %} {% block content %} diff --git a/templates/errors/badslug.html b/templates/errors/badslug.html index bd507fa..5f90f50 100644 --- a/templates/errors/badslug.html +++ b/templates/errors/badslug.html @@ -13,7 +13,7 @@ <div class='align-center'> <h3>There has been a Troggle error. </h3> <h4> - A Cave or an Entrance has been referred to using a label (a 'slug') which does not work. + A Cave, Entrance or QM has been referred to using a label (a 'slug') which does not work. <p>This is the bad slug: <font color="red"> diff --git a/templates/qm.html b/templates/qm.html index bf84717..b991b8f 100644 --- a/templates/qm.html +++ b/templates/qm.html @@ -2,12 +2,17 @@ {% load link %} {% block title %} QM: {{qm|safe}} {% endblock %} {% block contentheader %} -<h3>QMs only available for these caves</h3> +<h3>QMs available for these caves from CSV import</h3> <ul> <li><a href="/cave/qms/1623-161">1623-161 QMs</a> <li><a href="/cave/qms/1623-204">1623-204 QMs</a> <li><a href="/cave/qms/1623-234">1623-234 QMs</a> </ul> + <p>QMs are also loaded directly from the survex files (possibly buggy, July 2022), e.g. see + <ul> + <li><a href="/cave/qms/1623-264">1623-264 QMs</a> + </ul> + <p>For full explanation of the current status of the QM system(s), see <a href="/handbook/troggle/scriptsqms.html">scriptsqms page</a>. <table id="cavepage"> |