fix: styling

This commit is contained in:
Pablo Moreno
2025-01-28 23:16:31 +01:00
parent d787bccc90
commit dccb955f05
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ class LoginForm(StylingMixin, AuthenticationForm):
required=False,
widget=forms.CheckboxInput(
attrs={
"class": "input-text"
"class": "input-checkbox"
}
),
)