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 %} ];