diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-03-17 20:01:52 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-03-17 20:01:52 +0000 |
commit | 7345e3a3286ebf2771a7c7800c83632cc9930fa1 (patch) | |
tree | ff58cd35a20dc382dfa696d2edcf82664fbeba0d /templates/core | |
parent | de54576d1131c0f2020dca082499f837ad6c672e (diff) | |
download | troggle-7345e3a3286ebf2771a7c7800c83632cc9930fa1.tar.gz troggle-7345e3a3286ebf2771a7c7800c83632cc9930fa1.tar.bz2 troggle-7345e3a3286ebf2771a7c7800c83632cc9930fa1.zip |
Much QM re-engineering
Diffstat (limited to 'templates/core')
-rw-r--r-- | templates/core/QMs_json_list.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/core/QMs_json_list.html b/templates/core/QMs_json_list.html index 70ed97b..6a52105 100644 --- a/templates/core/QMs_json_list.html +++ b/templates/core/QMs_json_list.html @@ -18,16 +18,4 @@ Hacked up list of caves with grade "?" {% endfor %} } <br /><br /> ------------------------------------------------------<br /> -Hacked up list of caves with grade "V" -<br /><br /> - -{% for qm in object_list %} -{% if qm.grade == "V" %}<br /> -"{{qm.id}}": ["{{qm.expoyear}}","{{qm.cave}}",{% if qm.ticked %}"TICKed",{% else %}"OPEN",{% endif %} -"{{qm.blockname}}","QM{{qm.number}}","{{qm.grade}}","{{qm.nearest_station_name}}","{{qm.resolution_station_name}}", -<a href="{{qm.get_absolute_url}}">"{{qm.get_absolute_url}}"</a> -]{% if not forloop.last %},{% endif %} -{% endif %} -{% endfor %} } -{% endblock %} |