测试双行

pull/6/head
guanghongwei 2015-01-24 16:50:38 +08:00
parent 0b79f8e345
commit 00ec6c9034
1 changed files with 1 additions and 0 deletions

View File

@ -10,4 +10,5 @@ urlpatterns = patterns('jperm.views',
(r'^perm_add/$', 'perm_add'),
(r'^perm_user_show/$', 'perm_user_show'),
(r'^perm_host/$', 'perm_list'),
(r'^perm_edit/$', 'perm_edit'),
)