setting wifi presence
This commit is contained in:
parent
032bc5acaa
commit
0aade5be94
11 changed files with 220 additions and 24 deletions
|
|
@ -1,6 +1,5 @@
|
|||
from django import forms
|
||||
|
||||
|
||||
class LoginForm(forms.Form):
|
||||
username = forms.CharField(max_length=255)
|
||||
password = forms.CharField(max_length=255, widget=forms.PasswordInput)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue