make it pretty
This commit is contained in:
parent
96ff186913
commit
847eb691fe
8 changed files with 68 additions and 11 deletions
|
|
@ -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'))
|
||||
Loading…
Add table
Add a link
Reference in a new issue