added nrf24 form and changed message color to blue
This commit is contained in:
parent
8fdc6064fa
commit
413728b24f
8 changed files with 44 additions and 5 deletions
|
|
@ -43,3 +43,6 @@ class RFIDForm(forms.Form):
|
|||
rfid = forms.CharField(max_length=255, help_text=_('Your RFID'))
|
||||
|
||||
|
||||
class NRF24Form(forms.Form):
|
||||
nrf24 = forms.CharField(max_length=255,
|
||||
help_text=_('Your NRF24 identification'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue