mirror of https://github.com/jumpserver/jumpserver
修改bug
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