juser/urls.py format

This commit is contained in:
liuzheng712 2015-11-02 15:49:05 +08:00
parent ac5ac5e06b
commit a3bea76994

View File

@ -24,4 +24,4 @@ urlpatterns = patterns('juser.views',
(r'^regen_ssh_key/$', 'regen_ssh_key'),
(r'^change_role/$', 'chg_role'),
(r'^down_key/$', 'down_key'),
)
)