fix: translations
This commit is contained in:
@@ -6,11 +6,11 @@ from web.mixins import StylingMixin
|
||||
|
||||
|
||||
class LoginForm(StylingMixin, AuthenticationForm):
|
||||
styled_fields = ['username', 'password', ]
|
||||
placeholder_for_field = {
|
||||
"username": _("pablo@shoppy.com"),
|
||||
"password": "********"
|
||||
}
|
||||
styled_fields = [
|
||||
"username",
|
||||
"password",
|
||||
]
|
||||
placeholder_for_field = {"username": _("pablo@shoppy.com"), "password": "********"}
|
||||
|
||||
username = UsernameField(
|
||||
widget=forms.EmailInput(
|
||||
|
||||
Reference in New Issue
Block a user