2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-02-08 14:51:38 +00:00

Not quite so broken QMs from survex files

This commit is contained in:
Philip Sargent
2022-07-05 22:40:58 +03:00
parent 2bd617b543
commit 0ea3ed1ef2
6 changed files with 31 additions and 25 deletions

View File

@@ -14,6 +14,7 @@
<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>
<li><a href="/cave/qms/1623-290">1623-290 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>.
@@ -25,7 +26,7 @@
{% for QM in cave.get_QMs %}
{% if QM.ticked_off_by %}
{% else %}
<li><a href="{{QM.get_absolute_url}}">{{QM}}</a> {{QM.nearest_station_name}} :: {{QM.nearest_station_description}} {{QM.location_description}} <b>{{QM.grade}}</b></li>
<li><a href="{{QM.get_absolute_url}}">{{QM}}</a> :: {{QM.nearest_station_description}} {{QM.location_description}} <b>{{QM.grade}}</b></li>
{% endif %}
{% endfor %}
</ul>
@@ -33,7 +34,7 @@
<ul>
{% for QM in cave.get_QMs %}
{% if QM.ticked_off_by %}
<li><a href="{{QM.get_absolute_url}}">{{QM}}</a> {{QM.nearest_station_name}} :: {{QM.nearest_station_description}} {{QM.location_description}} <b>{{QM.grade}}</b></li>
<li><a href="{{QM.get_absolute_url}}">{{QM}}</a> :: {{QM.nearest_station_description}} {{QM.location_description}} <b>{{QM.grade}}</b></li>
{% endif %}
{% endfor %}
</ul>

View File

@@ -11,7 +11,8 @@
<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>
<li><a href="/cave/qms/1623-290">1623-290 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>.