Commit ab4dab85 authored by ibuler's avatar ibuler

修改bug

parent c55c77e3
...@@ -245,6 +245,7 @@ def user_edit(request): ...@@ -245,6 +245,7 @@ def user_edit(request):
ssh_pwd=ssh_pwd, ssh_pwd=ssh_pwd,
ssh_key_pwd1=ssh_key_pwd1) ssh_key_pwd1=ssh_key_pwd1)
msg = u'修改用户成功' msg = u'修改用户成功'
return HttpResponseRedirect('/juser/user_edit/')
return render_to_response('juser/user_add.html', locals()) return render_to_response('juser/user_add.html', locals())
......
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