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:
@@ -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>
|
||||
|
||||
@@ -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>.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user