added form and view for changing gastro-PINs

This commit is contained in:
Uwe Kamper 2013-10-23 00:27:31 +02:00
parent e0f53cd529
commit 032bc5acaa
11 changed files with 191 additions and 2 deletions

View file

@ -4,3 +4,5 @@ from django import forms
class LoginForm(forms.Form):
username = forms.CharField(max_length=255)
password = forms.CharField(max_length=255, widget=forms.PasswordInput)