diff options
-rw-r--r-- | templates/cave_qms.html | 9 | ||||
-rw-r--r-- | templates/qm.html | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/templates/cave_qms.html b/templates/cave_qms.html index 6d0f53e..c5bde56 100644 --- a/templates/cave_qms.html +++ b/templates/cave_qms.html @@ -11,11 +11,12 @@ <li><a href="{% url 'caveQMs' '1623-204' %}">1623-204 QMs</a> <li><a href="{% url 'caveQMs' '1623-234' %}">1623-234 QMs</a> </ul> - <p>QMs are also loaded directly from the survex files (possibly buggy, July 2022), e.g. see + <p>QMs are also loaded directly from the survex files, e.g. see <ul> - <li><a href="{% url 'caveQMs' '1623-264' %}">1623-264 QMs</a> - <li><a href="{% url 'caveQMs' '1623-258' %}">1623-258 QMs</a> - <li><a href="{% url 'caveQMs' '1623-290' %}">1623-290 QMs</a> + <li><a href="{% url 'caveQMs' '1623-264' %}">1623-264 QMs</a> Balkon + <li><a href="{% url 'caveQMs' '1623-258' %}">1623-258 QMs</a> Tunnocks + <li><a href="{% url 'caveQMs' '1623-290' %}">1623-290 QMs</a> Fischgesicht + <li><a href="{% url 'caveQMs' '1626-359' %}">1626-359 QMs</a> Homecoming (2018-dm-07) </ul> <p>For full explanation of the current status of the QM system(s), see <a href="/handbook/troggle/scriptsqms.html">scriptsqms page</a>. diff --git a/templates/qm.html b/templates/qm.html index a63b903..de91f8a 100644 --- a/templates/qm.html +++ b/templates/qm.html @@ -8,7 +8,7 @@ <li><a href="{% url 'caveQMs' '1623-204' %}">1623-204 QMs</a> <li><a href="{% url 'caveQMs' '1623-234' %}">1623-234 QMs</a> </ul> - <p>QMs are also loaded directly from the survex files (possibly buggy, July 2022), e.g. see + <p>QMs are also loaded directly from the survex files, e.g. see <ul> <li><a href="{% url 'caveQMs' '1623-264' %}">1623-264 QMs</a> <li><a href="{% url 'caveQMs' '1623-258' %}">1623-258 QMs</a> |