diff --git a/templates/cave_open_qms.html b/templates/cave_open_qms.html index b2f5029..aaf7f31 100644 --- a/templates/cave_open_qms.html +++ b/templates/cave_open_qms.html @@ -1,6 +1,6 @@ {% extends "base.html" %} {% load link %} -{% block title %} QM: {{qm|safe}} {% endblock %} +{% block title %} Open Leads - un-ticked QMs {{qm|safe}} {% endblock %} {% block contentheader %}
Note that QMs loaded for 1623-161, 1623-204 and 1623-234 are imported from CSV files .
QMs are also loaded directly from the survex files, e.g. see
For how to set up your own QMs, see Adding QMs .
diff --git a/templates/qm.html b/templates/qm.html
index c027918..4c2ddd3 100644
--- a/templates/qm.html
+++ b/templates/qm.html
@@ -52,10 +52,10 @@ Survex block: {{qm.blockname}}
{% endif %}
QM Nearest station: '{{qm.nearest_station_name}}' {{nearest_station_description}}
-QM Page reference: '{{qm.page_ref|safe}}'
+{% if qm.page_ref %}QM Page reference: '{{qm.page_ref|safe}}'
{% endif %}