修改bug

pull/6/head
ibuler 2015-01-24 00:15:42 +08:00
parent c55c77e349
commit ab4dab85cd
1 changed files with 1 additions and 0 deletions

View File

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