diff --git a/src/templates/macrociclos/lista_deportistas.html b/src/templates/macrociclos/lista_deportistas.html index c6a4487..85ade7e 100644 --- a/src/templates/macrociclos/lista_deportistas.html +++ b/src/templates/macrociclos/lista_deportistas.html @@ -34,7 +34,7 @@ {% for deportista in deportistas %} - {{ deportista.nombre }} + {{ deportista.nombre }} {% endfor %}