login page
This commit is contained in:
6
accounts/forms.py
Normal file
6
accounts/forms.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.contrib.auth.forms import AuthenticationForm
|
||||
from django import forms
|
||||
|
||||
# class LoginForm(AuthenticationForm):
|
||||
# username = forms.CharField(widget=forms.TextInput(attrs={'class': 'form-control'}))
|
||||
# password = forms.CharField(widget=forms.PasswordInput(attrs={'class': 'form-control'}))
|
||||
Reference in New Issue
Block a user