mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-03 18:16:37 +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'
|
header_title, path1, path2 = u'授权编辑 | Perm Edit.', u'jperm', u'perm_edit'
|
||||||
if request.method == 'GET':
|
if request.method == 'GET':
|
||||||
if request.GET.get('id', None):
|
if request.GET.get('id', None):
|
||||||
pass
|
return render_to_response('jperm/perm_edit.html', locals())
|
||||||
|
|
||||||
|
|
||||||
def perm_add(request):
|
def perm_add(request):
|
||||||
|
Loading…
Reference in New Issue
Block a user