make it pretty

This commit is contained in:
Uwe Kamper 2013-10-25 04:24:26 +02:00
parent 96ff186913
commit 847eb691fe
8 changed files with 68 additions and 11 deletions

View file

@ -42,6 +42,7 @@ class PasswordForm(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'))
@ -49,3 +50,7 @@ class SIPPinForm(forms.Form):
class NRF24Form(forms.Form):
nrf24 = forms.CharField(max_length=255,
help_text=_('Your NRF24 identification'))
class CLabPinForm(forms.Form):
c_lab_pin = GastroPinField(help_text=_('Your c-lab PIN'))