From 4da7bd9be33e85fe113b9f45d576c6273739d19c Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Mon, 24 Mar 2025 21:31:02 +0100 Subject: [PATCH] =?UTF-8?q?Error=20de=20sint=C3=A1xis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/macrociclos/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/macrociclos/forms.py b/src/macrociclos/forms.py index 6f19924..33cb05d 100644 --- a/src/macrociclos/forms.py +++ b/src/macrociclos/forms.py @@ -28,7 +28,7 @@ class MacrocicloForm(forms.ModelForm): fields = ['nombre', 'tipo', 'desde', 'hasta', 'deportista', 'entrenador'] nombre = forms.CharField( - widget=form.TextInput(attrs={'class':, 'form-control'})) + widget=form.TextInput(attrs={'class': 'form-control'})) desde = forms.DateField( widget=forms.DateInput(attrs={'type': 'date', 'class': 'form-control'}))