forms work and are saved to ldap correctly, added RFID form
This commit is contained in:
parent
0aade5be94
commit
8fdc6064fa
14 changed files with 317 additions and 240 deletions
|
|
@ -5,4 +5,8 @@ urlpatterns = patterns(
|
|||
'',
|
||||
url(r'^login/$', 'account.views.auth_login', name="auth_login"),
|
||||
url(r'^logout/$', 'account.views.auth_logout', name="auth_logout"),
|
||||
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'^groups/(?P<group_name>[^/]+)/', 'account.views.groups_list'),
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue