Update injury détails

This commit is contained in:
Gregory Trullemans 2023-11-14 12:00:46 +01:00
parent b9a4cc2de1
commit f0fe07aee5
2 changed files with 5 additions and 2 deletions

View File

@ -10,13 +10,16 @@
</div>
<div class="card-body">
<a href="{% url 'gymnast_details' injury.gymnast.id %}">{{ injury.gymnast }}</a>{% if injury.skill %} injuried on <i>{{ injury.skill.notation }}</i>{% endif %}<br />
{{ injury.get_mechanism_display }} on {{ injury.get_location_display }} ({{ injury.get_body_side_display }})<br />
{{ form.injury_type }} {{ injury.get_mechanism_display }} on {{ injury.get_location_display }} ({{ injury.get_body_side_display }})<br />
{% if injury.nb_week_off %}
Gymnast {{ injury.nb_week_off }} week(s) off.<br />
{% endif %}
<br />
{% if injury.to_markdown %}
<h5>Details</h5>
{{ injury.to_markdown | safe }}
{% endif %}
<div class="card-footer pl-0 pb-0">
<a href="{% url 'injuries_list' %}">

View File

@ -222,7 +222,7 @@
{% for score in intensity_list %}
{
x: '{{ score.date | date:"d-m-Y" }}',
y: '{{ score.mean_difficulty_by_passe }}'
y: '{{ score.mean_difficulty_by_passe_in_unit }}'
},
{% endfor %}
];