indoor pin and cteward integration

This commit is contained in:
smile 2015-09-24 21:40:54 +02:00
parent 0c7b3b9d62
commit ac372412fd
13 changed files with 224 additions and 32 deletions

View file

@ -141,8 +141,8 @@ class NRF24Form(forms.Form):
class CLabPinForm(forms.Form):
c_lab_pin1 = GastroPinField(label=_('New c-lab PIN'))
c_lab_pin2 = GastroPinField(label=_('Repeat c-lab PIN'),
c_lab_pin1 = GastroPinField(label=_('New indoor PIN'))
c_lab_pin2 = GastroPinField(label=_('Repeat indoor PIN'),
help_text=_('Numerical only, 4 to 8 digits'))