fix: switch theme

This commit is contained in:
2025-01-25 08:31:34 +01:00
parent 90bcfe298b
commit 0c7f2d1d07
4 changed files with 2131 additions and 79 deletions
+1 -4
View File
@@ -6,10 +6,7 @@ from web.mixins import StylingMixin
class LoginForm(StylingMixin, AuthenticationForm):
styled_fields = [
"username",
"password",
]
styled_fields = []
placeholder_for_field = {"username": _("pablo@shoppy.com"), "password": "********"}
username = UsernameField(