修改bug

pull/2/head
guanghongwei 2014-10-03 22:14:43 +08:00
parent bb0a023380
commit 94830a79a3
1 changed files with 1 additions and 1 deletions

View File

@ -552,7 +552,7 @@ def showGroup(request):
else:
error = '请选择删除的组'
return render_to_response('showGroup.html', {'error': error, 'msg': msg},
return render_to_response('showGroup.html', {'error': error, 'msg': msg, 'groups': groups},
context_instance=RequestContext(request))