From 55b9c3742320f72f82ecbbe7772e75e34d5b0341 Mon Sep 17 00:00:00 2001 From: Gregory Trullemans Date: Wed, 2 Nov 2022 17:27:48 +0100 Subject: [PATCH] Bug fix (format file) --- templates/followup/mindstates/list.html | 6 ++--- templates/people/gymnasts/list_mindstate.html | 26 +++++++++---------- 2 files changed, 15 insertions(+), 17 deletions(-) diff --git a/templates/followup/mindstates/list.html b/templates/followup/mindstates/list.html index 3861b389a9..5be17e3886 100644 --- a/templates/followup/mindstates/list.html +++ b/templates/followup/mindstates/list.html @@ -7,9 +7,7 @@
-

Mind State list {% if gymnast %}for {{ gymnast }}{% - endif %}

+

Mind State list {% if gymnast %}for {{ gymnast }}{% endif %}

@@ -50,7 +48,7 @@ {% else %} -

There are no scores corresponding to your criterias

+

There are no mindstates corresponding to your criterias

{% endif %}
diff --git a/templates/people/gymnasts/list_mindstate.html b/templates/people/gymnasts/list_mindstate.html index 9dc86ef02b..7ef4eb63ac 100644 --- a/templates/people/gymnasts/list_mindstate.html +++ b/templates/people/gymnasts/list_mindstate.html @@ -54,7 +54,7 @@ }); {% else %} -

No mindstate recorded for this gymnast.

+

No mindstate recorded for this gymnast.

{% endif %}