diff --git a/templates/people/gymnasts/skill_doughnut.html b/templates/people/gymnasts/skill_doughnut.html deleted file mode 100644 index 4632ab4d3a..0000000000 --- a/templates/people/gymnasts/skill_doughnut.html +++ /dev/null @@ -1,41 +0,0 @@ - - - \ No newline at end of file diff --git a/templates/people/gymnasts/skill_level_chart_bar.html b/templates/people/gymnasts/skill_level_chart_bar.html deleted file mode 100644 index 60fd86437e..0000000000 --- a/templates/people/gymnasts/skill_level_chart_bar.html +++ /dev/null @@ -1,18 +0,0 @@ -

- Estimated level : {% if gymnast_nb_known_skills %}{{ evaluated_level }}{% else %}0{% endif %} -

-
-
-
-
-
- -{% for level in percentages %} - {% if level.2 > 0 %} -
-
-
  Level {{ level.0 }}
-
-
- {% endif %} -{% endfor %} \ No newline at end of file diff --git a/templates/people/gymnasts/tab_events_and_notes.html b/templates/people/gymnasts/tab_events_and_notes.html index 43cedefbe7..5be775e8c4 100644 --- a/templates/people/gymnasts/tab_events_and_notes.html +++ b/templates/people/gymnasts/tab_events_and_notes.html @@ -22,7 +22,7 @@

Next events

-
+
{% if next_event_list %} @@ -42,31 +42,19 @@ {% endfor %}
- - {% else %} -

No next event associated to this gymnast.

+

No next event associated to this gymnast.

{% endif %}
-
+

Notes

-
+
{% if last_notes_list %} @@ -94,7 +82,7 @@
{% else %} -

No note for this gymnast.

+

No note for this gymnast.

{% endif %}
- - {% if previous_events %}
@@ -196,6 +172,26 @@