fix: switch theme
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user