Commit 20fb5d66 authored by guanghongwei's avatar guanghongwei

--broken encoding: IBM420_ltr

parent 00ec6c90
...@@ -32,7 +32,7 @@ def perm_edit(request): ...@@ -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):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment