Bug fix in wellbeing graphic

This commit is contained in:
Gregory Trullemans 2023-11-11 06:56:19 +01:00
parent 626c2c4bfa
commit de874471cb
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@
{% for wellbeing in wellbeing_list %}
{
x: '{{ wellbeing.date | date:"d-m-Y" }}',
y: '{{ wellbeing.mind_state }}'
y: '{{ wellbeing.mindstate }}'
},
{% endfor %}
];