diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-07-05 15:38:23 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-07-05 15:38:23 +0300 |
commit | 779afc2f2ae84957517e3df22e69d95bf3852887 (patch) | |
tree | 1f2ff9e28aaa2baad103b701f41c967cb08029df /templates/qm.html | |
parent | 33eb91346c3bdeeae900ea5a8442a50edbf53aa4 (diff) | |
download | troggle-779afc2f2ae84957517e3df22e69d95bf3852887.tar.gz troggle-779afc2f2ae84957517e3df22e69d95bf3852887.tar.bz2 troggle-779afc2f2ae84957517e3df22e69d95bf3852887.zip |
QM report pages now not crashing, working..
Diffstat (limited to 'templates/qm.html')
-rw-r--r-- | templates/qm.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/qm.html b/templates/qm.html index f2d0cf5..807b3ea 100644 --- a/templates/qm.html +++ b/templates/qm.html @@ -2,6 +2,13 @@ {% load link %} {% block title %} QM: {{qm|safe}} {% endblock %} {% block contentheader %} +<h3>QMs only available for these caves</h3> + <ul> + <li><a href="/cave/qms/1623-161">1623-161 QMs</a> + <li><a href="/cave/qms/1623-204">1623-204 QMs</a> + <li><a href="/cave/qms/1623-234">1623-234 QMs</a> + </ul> + <table id="cavepage"> <tr> <th id="kat_no"><a href="{{qm.get_previous_by_id.get_absolute_url}}">Previous</a></th> |