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