Commit 94830a79 authored by guanghongwei's avatar guanghongwei

修改bug

parent bb0a0233
......@@ -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))
......
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