This commit is contained in:
Gregory Trullemans 2023-07-10 13:42:27 +02:00
parent 32c2fb0f0e
commit 6d66863638
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@
</td>
<td class="text-left"><a href="{% url 'wellbeing_details' wellbeing.id %}">{{ wellbeing.date | date:"d-m-Y" }}</a></td>
<td class="text-left"><a href="{% url 'gymnast_details_tab' wellbeing.gymnast.id 'physiological' %}">{{ wellbeing.gymnast }}</a></td>
<td class="text-right">{{ wellbeing.mindstate }}</td>
<td class="text-right">{{ wellbeing.mind_state }}</td>
<td class="text-right">{{ wellbeing.sleep }}</td>
<td class="text-right">{{ wellbeing.stress }}</td>
<td class="text-right">{{ wellbeing.fatigue }}</td>

View File

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