setting wifi presence

This commit is contained in:
Uwe Kamper 2013-10-24 01:49:46 +02:00
parent 032bc5acaa
commit 0aade5be94
11 changed files with 220 additions and 24 deletions

View file

@ -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)