diff --git a/templates/people/gymnasts/tab_events_and_notes.html b/templates/people/gymnasts/tab_events_and_notes.html index 5be775e8c4..315ddd328f 100644 --- a/templates/people/gymnasts/tab_events_and_notes.html +++ b/templates/people/gymnasts/tab_events_and_notes.html @@ -5,7 +5,7 @@
-

Latest note

+

Latest note ({{ latest_published_note.date | date:'d-m-Y' }})

{{ latest_published_note.to_markdown | safe }}

@@ -22,7 +22,7 @@

Next events

-
+
{% if next_event_list %} @@ -43,7 +43,7 @@
{% else %} -

No next event associated to this gymnast.

+

No next event associated to this gymnast.

{% endif %}
@@ -54,7 +54,7 @@

Notes

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

No note for this gymnast.

+

No note for this gymnast.

{% endif %}