From bda368d51a3240f347315cf752d9bd815e52409d Mon Sep 17 00:00:00 2001 From: Michael Barton Date: Thu, 9 Jan 2025 15:25:36 +0000 Subject: [PATCH] Force collapse open on annual review As this section is now in a separate tab with navigation links at the top I don't think it's useful to force another click to open each section. --- project/npda/templates/npda/visit_form.html | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/project/npda/templates/npda/visit_form.html b/project/npda/templates/npda/visit_form.html index 566a92eb..d4085043 100644 --- a/project/npda/templates/npda/visit_form.html +++ b/project/npda/templates/npda/visit_form.html @@ -181,7 +181,7 @@ {% for field_category in form.categories %} {% with field_category|colour_for_category as background_colour %} {% if field_category == "Foot Care" or field_category == "DECS" or field_category == "ACR" or field_category == "Cholesterol" or field_category == "Thyroid" or field_category == "Coeliac" or field_category == "Psychology" or field_category == "Smoking" or field_category == "Dietician" or field_category == "Sick Day Rules" or field_category == "Immunisation (flu)" %} -
+
@@ -194,15 +194,6 @@ {{ field_category }}
{% endif %} -
- -
-
{% for field in form %}