clean templates, add userdetail and proper landing page

This commit is contained in:
Uwe Kamper 2013-10-25 01:03:16 +02:00
parent 413728b24f
commit 96ff186913
13 changed files with 253 additions and 80 deletions

View file

@ -32,7 +32,7 @@ class WlanPresenceForm(forms.Form):
help_text=_('Enable WiFi presence?'))
class PaswordForm(forms.Form):
class PasswordForm(forms.Form):
password1 = forms.CharField(max_length=255, widget=forms.PasswordInput,
help_text=_('New password'))
password2 = forms.CharField(max_length=255, widget=forms.PasswordInput,
@ -42,6 +42,9 @@ class PaswordForm(forms.Form):
class RFIDForm(forms.Form):
rfid = forms.CharField(max_length=255, help_text=_('Your RFID'))
class SIPPinForm(forms.Form):
sippin = forms.CharField(max_length=255, help_text=_('Your SIP PIN'))
class NRF24Form(forms.Form):
nrf24 = forms.CharField(max_length=255,