From e53ace830a13a444885dc8d14d9fdce23bb890ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Bouzour=C3=A8ne?= Date: Wed, 26 Mar 2025 16:50:33 +0100 Subject: [PATCH] Person page: use diabled checkboxes instead of list in textarea --- views/person.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/views/person.html b/views/person.html index b830ce0..f019eb2 100644 --- a/views/person.html +++ b/views/person.html @@ -234,10 +234,11 @@ {% set count = 1 %} {% for FieldValue in FieldValues %} {% if FieldValue.FieldID == Field.ID %} - {% set count = count + 1 %} - {% if forloop.Last %} - + {% if FieldValue.FieldID == Field.ID %} +
+ + +
{% endif %} {% endif %} {% endfor %}