change role finished , but need more think

This commit is contained in:
liuzheng712
2015-10-28 21:03:54 +08:00
parent 4d3e7d694b
commit ac5ac5e06b
5 changed files with 21 additions and 19 deletions

View File

@@ -22,6 +22,6 @@ urlpatterns = patterns('juser.views',
(r'^profile/$', 'profile'),
(r'^change_info/$', 'change_info'),
(r'^regen_ssh_key/$', 'regen_ssh_key'),
(r'^chg_role/$', 'chg_role'),
(r'^change_role/$', 'chg_role'),
(r'^down_key/$', 'down_key'),
)