diff options
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 %} |