added nrf24 form and changed message color to blue

This commit is contained in:
Uwe Kamper 2013-10-24 21:44:53 +02:00
parent 8fdc6064fa
commit 413728b24f
8 changed files with 44 additions and 5 deletions

View file

@ -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'))