修改bug

pull/6/head
ibuler 2015-01-24 00:20:29 +08:00
parent ab4dab85cd
commit dc8f6d4d01
1 changed files with 2 additions and 1 deletions

View File

@ -245,7 +245,8 @@ def user_edit(request):
ssh_pwd=ssh_pwd,
ssh_key_pwd1=ssh_key_pwd1)
msg = u'修改用户成功'
return HttpResponseRedirect('/juser/user_edit/')
return HttpResponseRedirect('/juser/user_list/')
return render_to_response('juser/user_add.html', locals())