mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-01 01:02:06 +00:00
bug
This commit is contained in:
parent
00ec6c9034
commit
20fb5d6699
@ -32,7 +32,7 @@ def perm_edit(request):
|
||||
header_title, path1, path2 = u'授权编辑 | Perm Edit.', u'jperm', u'perm_edit'
|
||||
if request.method == 'GET':
|
||||
if request.GET.get('id', None):
|
||||
pass
|
||||
return render_to_response('jperm/perm_edit.html', locals())
|
||||
|
||||
|
||||
def perm_add(request):
|
||||
|
Loading…
Reference in New Issue
Block a user