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
|
|
@ -8,5 +8,6 @@ urlpatterns = patterns(
|
|||
url(r'^gastropin/$', 'account.views.gastropin', name='gastropin'),
|
||||
url(r'^wlan_presence/$', 'account.views.wlan_presence', name='wlan_presence'),
|
||||
url(r'^rfid/$', 'account.views.rfid', name='rfid'),
|
||||
url(r'^nrf24/$', 'account.views.nrf24', name='rfid'),
|
||||
url(r'^groups/(?P<group_name>[^/]+)/', 'account.views.groups_list'),
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue