From c40b56844f753f1ddf45efc6b66110145ea7aef1 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 16 Mar 2023 21:38:03 +0000 Subject: [PATCH] TICK shown --- templates/core/QMs_json_list.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/core/QMs_json_list.html b/templates/core/QMs_json_list.html index 7d157df..57ba2a1 100644 --- a/templates/core/QMs_json_list.html +++ b/templates/core/QMs_json_list.html @@ -1,4 +1,5 @@ {% extends "baseapi.html" %} {% block content %}{ -{% for qm in object_list %}"{{qm.id}}": ["{{qm.expoyear}}","{{qm.cave}}","{{qm.blockname}}","QM{{qm.number}}","{{qm.grade}}","{{qm.nearest_station_name}}","{{qm.resolution_station_name}}","{{qm.get_absolute_url}}"]{% if not forloop.last %},{% endif %} +{% for qm in object_list %}"{{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}}","{{qm.get_absolute_url}}"]{% if not forloop.last %},{% endif %} {% endfor %} }{% endblock %} \ No newline at end of file