mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
[NO-ISSUE] UI adjustments and enabling access to remote hosts when in development mode (#12)
* Fix incorrect placeholder name in password field * Adding updated title * Allowing * hosts via DJANGO_ALLOWED_HOSTS when in development mode
This commit is contained in:
@@ -15,7 +15,7 @@ class LoginForm(forms.Form):
|
||||
)
|
||||
password = forms.CharField(
|
||||
label="Password",
|
||||
widget=forms.PasswordInput(attrs={"class": "form-control", "placeholder": "Username", "required": True}),
|
||||
widget=forms.PasswordInput(attrs={"class": "form-control", "placeholder": "Password", "required": True}),
|
||||
)
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user