diff --git a/src/macrociclos/views.py b/src/macrociclos/views.py index 1dd01bd..3a62c8e 100644 --- a/src/macrociclos/views.py +++ b/src/macrociclos/views.py @@ -74,7 +74,7 @@ def lista_deportistas(request): @login_required def nuevo_deportista(request): - deportistas = Deportista.objects.all() # vamos a ver si hay vehículos dados de alta + deportistas = Deportista.objects.all() # vamos a ver si hay deportistas dados de alta if deportistas: if request.method == 'POST': diff --git a/src/templates/macrociclos/index.html b/src/templates/macrociclos/index.html index 0fef913..59e08ac 100644 --- a/src/templates/macrociclos/index.html +++ b/src/templates/macrociclos/index.html @@ -15,7 +15,7 @@