diff options
Diffstat (limited to 'templates/cave_qms.html')
-rw-r--r-- | templates/cave_qms.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/cave_qms.html b/templates/cave_qms.html index 25d5ccf..f108a8f 100644 --- a/templates/cave_qms.html +++ b/templates/cave_qms.html @@ -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> |