summaryrefslogtreecommitdiffstats
path: root/templates/qm.html
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-03-17 14:33:30 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2023-03-17 14:33:30 +0000
commitde54576d1131c0f2020dca082499f837ad6c672e (patch)
tree86d0d550239cb91bcfa7bf4179e157296a90a15d /templates/qm.html
parent12c7b9b5d1c150b09be2fb6801bb757569169584 (diff)
downloadtroggle-de54576d1131c0f2020dca082499f837ad6c672e.tar.gz
troggle-de54576d1131c0f2020dca082499f837ad6c672e.tar.bz2
troggle-de54576d1131c0f2020dca082499f837ad6c672e.zip
Fix QMs reports, remove V grade
Diffstat (limited to 'templates/qm.html')
-rw-r--r--templates/qm.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/templates/qm.html b/templates/qm.html
index d701463..69ada72 100644
--- a/templates/qm.html
+++ b/templates/qm.html
@@ -21,9 +21,9 @@
<table id="cavepage">
<tr>
-<th id="kat_no"><a href="{{qm.get_previous_by_id.get_absolute_url}}">Previous</a></th>
-<th id="name">{{qm|safe}}</th>
-<th id="status"><a href="{{qm.get_next_by_id.get_absolute_url}}">Next</a></th>
+<th id="kat_no"><a class="whitetext" href="{{qm.get_previous_by_id.get_absolute_url}}">Previous QM</a></th>
+<th id="name">QM &nbsp;&nbsp;{{qm|safe}}</th>
+<th id="status"><a class="whitetext" href="{{qm.get_next_by_id.get_absolute_url}}">Next QM</a></th>
</tr>
</table>
{% endblock %}
@@ -46,7 +46,8 @@
{{qm.number}}
<h3>Grade</h3>
-{{qm.grade}}
+{{qm.grade}}
+<p>Explanation of Grade letters: <a href="/handbook/survey/qm.html">Handbook - QM grades</a>
{% if qm.block %}
<h3>Survexfile</h3>