From de874471cb7ca63303d8ae6730f1efc6d9046bcd Mon Sep 17 00:00:00 2001 From: Gregory Trullemans Date: Sat, 11 Nov 2023 06:56:19 +0100 Subject: [PATCH] Bug fix in wellbeing graphic --- jarvis/people/templates/gymnasts/tabs/tab_physiological.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jarvis/people/templates/gymnasts/tabs/tab_physiological.html b/jarvis/people/templates/gymnasts/tabs/tab_physiological.html index 52187b3..e416e72 100644 --- a/jarvis/people/templates/gymnasts/tabs/tab_physiological.html +++ b/jarvis/people/templates/gymnasts/tabs/tab_physiological.html @@ -254,7 +254,7 @@ {% for wellbeing in wellbeing_list %} { x: '{{ wellbeing.date | date:"d-m-Y" }}', - y: '{{ wellbeing.mind_state }}' + y: '{{ wellbeing.mindstate }}' }, {% endfor %} ];